COLOR #D093EB

HEX: #D093EB RGB: (208,147,235)

Color info

#D093EB contains mainly red and blue colors. Web safe color of #D093EB is #CC99FF (or #C9F).

RGB color model

#D093EB color RGB value is (208,147,235).

RGB: (208,147,235) (82%, 58%, 92%)

RGB channels and saturation

R 208 of 255 = 82%
G 147 of 255 = 58%
B 235 of 255 = 92%

208
147
235

R + G + B ~ 77%. #D093EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 147 + 235 = 590 (100%)
R 208 of 590 ~ 35.25%
G 147 of 590 ~ 24.92%
B 235 of 590 ~ 39.83'%

%35.25
%24.92
%39.83

CMYK color model

#D093EB color CMYK value is (11,37,0,8).

  • cyan value is 11.49%
  • magenta value is 37.45%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (11,37,0,8)
C11M37Y0K8 (11%, 37%, 0%, 8%)
(0.11 / 0.37 / 0.00 / 0.08)

CMYK percentages

%11.49
%37.45
%0
%7.84

Codes

Color #D093EB in popluar color models

D0 93 EB
RGB 208 147 235
HSL 282° 68.75% 74.90%
HSB/HSV 282° 37.45% 92.16%
CMYK 11.49% 37.45% 0.00%
7.84%

Color #D093EB in popluar number systems.

HEX D0 93 EB
Decimal 208 147 235
Binary 11010000 10010011 11101011
Octal 320 223 353

Shades and tints

Shades of #D093EB

#D093EB
(208,147,235)
#BE86D6
(190,134,214)
#AC79C1
(172,121,193)
#9A6CAC
(154,108,172)
#885F97
(136,95,151)
#765282
(118,82,130)
#64456D
(100,69,109)
#523858
(82,56,88)
#402B43
(64,43,67)
#2E1E2E
(46,30,46)
#1C1119
(28,17,25)
#000000
(0,0,0)

Tints of #D093EB

#D093EB
(208,147,235)
#D49CEC
(212,156,236)
#D8A5ED
(216,165,237)
#DCAEEE
(220,174,238)
#E0B7EF
(224,183,239)
#E4C0F0
(228,192,240)
#E8C9F1
(232,201,241)
#ECD2F2
(236,210,242)
#F0DBF3
(240,219,243)
#F4E4F4
(244,228,244)
#F8EDF5
(248,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D093EB color. Also use rgb(208,147,235) instead hex code.

Text Font Color

.myTextColor { color: #D093EB; }

<p style="color:#D093EB">This sample text font color is #D093EB.</p>

This text font color is #D093EB.

Background Color

.myBgColor { background-color: #D093EB; }

<div style="background-color:#D093EB">Inner text</div>

This div background color is #D093EB.

Border color

.myBorderColor { border: 1px solid #D093EB; }

<div style="border:3px solid #D093EB">Div</div>

This div border color is #D093EB.

Opacity

.myOpacity80 { color: #D093EB; opacity: 0.8; }

<p style="color:#D093EB;opacity:0.8;">80%</p>

Text with #D093EB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D093EB;}

<p style="text-shadow: 3px 3px 1px #D093EB">Text here.</p>

This text has shadow with #D093EB color.


.textShadow {text-shadow: 3px 3px 1px #D093EB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D093EB, 5px 5px 20px red">Text here.</p>

This text has shadow with #D093EB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D093EB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D093EB, Direction=45, Strength=4)">Text</p>

This text has shadow with #D093EB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D093EB;
-webkit-box-shadow: 1px 1px 3px 2px #D093EB;
box-shadow: 1px 1px 3px 2px #D093EB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D093EB; -webkit-box-shadow: 1px 1px 3px 2px #D093EB; box-shadow:1px 1px 3px 2px #D093EB;">
Div content here
</div>

This div box has shadow with color #D093EB.

Preview

Color preview on black background

This text has color #D093EB on black background.


Color preview on white background

This text has color #D093EB on white background.


Black color preview on #D093EB background

This text has black color on #D093EB background.


White color preview on #D093EB background

This text has white color on #D093EB background.


Related colors

Complementary color

Complementary color for #hex is #2F6C14.


I love getcolorcode.com

Triadic colors

1 #EBD093 and #93EBD0 with #D093EB are triadic colors.

2 #EB93D0 and #93D0EB with #D093EB are triadic colors.