Color Hex Logo

#d06aea Color Hex

#D06AEA
(208,106,234)
0 Favorites   0 Comments

Color spaces of #d06aea

RGB 208106234
HSL0.800.750.67
HSV288°55°92°
CMYK 0.110.550.00   0.08
XYZ46.017729.658581.1412
Yxy29.65850.29340.1891
Hunter Lab54.459655.5259-50.2164
CIE-Lab61.358459.1722-47.9481

#d06aea color RGB value is (208,106,234).

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

The process color (four color CMYK) of #d06aea color hex is 0.11, 0.55, 0.00, 0.08. Web safe color of #d06aea is #cc66ff. Color #d06aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101010 11101010
Octal 320 152 352
Decimal 208 106 234
Hex D0 6A EA

RGB Percentages of Color #d06aea

%37.96
%19.34
%42.70

CMYK Percentages of Color #d06aea

%11
%55
%0
%8

Triadic Colors of #d06aea

#d06aea #ead06a #6aead0

Analogous Colors of #d06aea

#d06aea #ea6ac4 #906aea

Monochromatic Colors of #d06aea

#d06aea

Complementary Color

#d06aea #84ea6a

#d06aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06aea Color CSS Codes

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

#d06aea Text Font Color

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

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


#d06aea Background Color

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

This div background color is #d06aea


#d06aea Border Color

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

This div border color is #d06aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06aea


Comments

No comments written yet.

Please login to write comment.