Color Hex Logo

#d06fea Color Hex

#D06FEA
(208,111,234)
0 Favorites   0 Comments

Color spaces of #d06fea

RGB 208111234
HSL0.800.750.68
HSV287°53°92°
CMYK 0.110.530.00   0.08
XYZ46.548130.719381.3180
Yxy30.71930.29350.1937
Hunter Lab55.425052.9176-48.1911
CIE-Lab62.270056.7459-46.5082

#d06fea color RGB value is (208,111,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101111 11101010
Octal 320 157 352
Decimal 208 111 234
Hex D0 6F EA

RGB Percentages of Color #d06fea

%37.61
%20.07
%42.31

CMYK Percentages of Color #d06fea

%11
%53
%0
%8

Triadic Colors of #d06fea

#d06fea #ead06f #6fead0

Analogous Colors of #d06fea

#d06fea #ea6fc7 #936fea

Monochromatic Colors of #d06fea

#d06fea

Complementary Color

#d06fea #89ea6f

#d06fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06fea Color CSS Codes

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

#d06fea Text Font Color

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

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


#d06fea Background Color

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

This div background color is #d06fea


#d06fea Border Color

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

This div border color is #d06fea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,111,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 #d06fea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06fea


Comments

No comments written yet.

Please login to write comment.