Color Hex Logo

#d06fec Color Hex

#D06FEC
(208,111,236)
0 Favorites   0 Comments

Color spaces of #d06fec

RGB 208111236
HSL0.800.770.68
HSV287°53°93°
CMYK 0.120.530.00   0.07
XYZ46.837230.834982.8400
Yxy30.83490.29180.1921
Hunter Lab55.529253.3833-49.5801
CIE-Lab62.368057.1375-47.4642

#d06fec color RGB value is (208,111,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101111 11101100
Octal 320 157 354
Decimal 208 111 236
Hex D0 6F EC

RGB Percentages of Color #d06fec

%37.48
%20.00
%42.52

CMYK Percentages of Color #d06fec

%12
%53
%0
%7

Triadic Colors of #d06fec

#d06fec #ecd06f #6fecd0

Analogous Colors of #d06fec

#d06fec #ec6fca #926fec

Monochromatic Colors of #d06fec

#d06fec

Complementary Color

#d06fec #8bec6f

#d06fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06fec Color CSS Codes

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

#d06fec Text Font Color

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

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


#d06fec Background Color

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

This div background color is #d06fec


#d06fec Border Color

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

This div border color is #d06fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06fec


Comments

No comments written yet.

Please login to write comment.