Color Hex Logo

#d06ee6 Color Hex

#D06EE6
(208,110,230)
0 Favorites   0 Comments

Color spaces of #d06ee6

RGB 208110230
HSL0.800.710.67
HSV289°52°90°
CMYK 0.100.520.00   0.10
XYZ45.871330.274978.2889
Yxy30.27490.29700.1960
Hunter Lab55.022652.5224-45.8449
CIE-Lab61.890756.4612-44.8804

#d06ee6 color RGB value is (208,110,230).

#d06ee6 hex color red value is 208, green value is 110 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #d06ee6 hue: 0.80 , saturation: 0.71 and the lightness value of d06ee6 is 0.67.

The process color (four color CMYK) of #d06ee6 color hex is 0.10, 0.52, 0.00, 0.10. Web safe color of #d06ee6 is #cc66ff. Color #d06ee6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101110 11100110
Octal 320 156 346
Decimal 208 110 230
Hex D0 6E E6

RGB Percentages of Color #d06ee6

%37.96
%20.07
%41.97

CMYK Percentages of Color #d06ee6

%10
%52
%0
%10

Triadic Colors of #d06ee6

#d06ee6 #e6d06e #6ee6d0

Analogous Colors of #d06ee6

#d06ee6 #e66ec0 #946ee6

Monochromatic Colors of #d06ee6

#d06ee6

Complementary Color

#d06ee6 #84e66e

#d06ee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06ee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06ee6 Color CSS Codes

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

#d06ee6 Text Font Color

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

This sample text font color is #d06ee6
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.


#d06ee6 Background Color

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

This div background color is #d06ee6


#d06ee6 Border Color

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

This div border color is #d06ee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06ee6


Comments

No comments written yet.

Please login to write comment.