Color Hex Logo

#d06ecb Color Hex

#D06ECB
(208,110,203)
0 Favorites   0 Comments

Color spaces of #d06ecb

RGB 208110203
HSL0.840.510.62
HSV303°47°82°
CMYK 0.000.470.02   0.18
XYZ42.367828.873659.8400
Yxy28.87360.32320.2203
Hunter Lab53.734246.7072-28.4132
CIE-Lab60.669951.4727-31.6331

#d06ecb color RGB value is (208,110,203).

#d06ecb hex color red value is 208, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d06ecb hue: 0.84 , saturation: 0.51 and the lightness value of d06ecb is 0.62.

The process color (four color CMYK) of #d06ecb color hex is 0.00, 0.47, 0.02, 0.18. Web safe color of #d06ecb is #cc66cc. Color #d06ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101110 11001011
Octal 320 156 313
Decimal 208 110 203
Hex D0 6E CB

RGB Percentages of Color #d06ecb

%39.92
%21.11
%38.96

CMYK Percentages of Color #d06ecb

%0
%47
%2
%18

Triadic Colors of #d06ecb

#d06ecb #cbd06e #6ecbd0

Analogous Colors of #d06ecb

#d06ecb #d06e9a #a46ed0

Monochromatic Colors of #d06ecb

#d06ecb

Complementary Color

#d06ecb #6ed073

#d06ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06ecb Color CSS Codes

.mybgcolor {background-color:#d06ecb; } 
.myforecolor {color:#d06ecb; }
.mybordercolor {border:3px solid #d06ecb; }

#d06ecb Text Font Color

<p style="color:#d06ecb">Text here</p>

This sample text font color is #d06ecb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d06ecb Background Color

<div style="background-color:#d06ecb">
Div content here</div>

This div background color is #d06ecb


#d06ecb Border Color

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

This div border color is #d06ecb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,110,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d06ecb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d06ecb;
  -webkit-box-shadow: 1px 1px 3px 2px #d06ecb;
  box-shadow:         1px 1px 3px 2px #d06ecb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,110,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d06ecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d06ecb;
  -webkit-box-shadow: 1px 1px 3px 2px #d06ecb;
  box-shadow:         1px 1px 3px 2px #d06ecb;">
Div content here</div>

This div box has shadow with color #d06ecb


Comments

No comments written yet.

Please login to write comment.