Color Hex Logo

#d06aed Color Hex

#D06AED
(208,106,237)
0 Favorites   0 Comments

Color spaces of #d06aed

RGB 208106237
HSL0.800.780.67
HSV287°55°93°
CMYK 0.120.550.00   0.07
XYZ46.452529.832483.4307
Yxy29.83240.29080.1868
Hunter Lab54.619056.2277-52.3323
CIE-Lab61.509359.7544-49.3776

#d06aed color RGB value is (208,106,237).

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

The process color (four color CMYK) of #d06aed color hex is 0.12, 0.55, 0.00, 0.07. Web safe color of #d06aed is #cc66ff. Color #d06aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101010 11101101
Octal 320 152 355
Decimal 208 106 237
Hex D0 6A ED

RGB Percentages of Color #d06aed

%37.75
%19.24
%43.01

CMYK Percentages of Color #d06aed

%12
%55
%0
%7

Triadic Colors of #d06aed

#d06aed #edd06a #6aedd0

Analogous Colors of #d06aed

#d06aed #ed6ac9 #8f6aed

Monochromatic Colors of #d06aed

#d06aed

Complementary Color

#d06aed #87ed6a

#d06aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06aed Color CSS Codes

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

#d06aed Text Font Color

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

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


#d06aed Background Color

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

This div background color is #d06aed


#d06aed Border Color

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

This div border color is #d06aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06aed


Comments

No comments written yet.

Please login to write comment.