Color Hex Logo

#d09fec Color Hex

#D09FEC
(208,159,236)
0 Favorites   0 Comments

Color spaces of #d09fec

RGB 208159236
HSL0.770.670.77
HSV278°33°93°
CMYK 0.120.330.00   0.07
XYZ53.550944.262385.0779
Yxy44.26230.29280.2420
Hunter Lab66.529927.2499-29.2486
CIE-Lab72.403531.9151-31.7912

#d09fec color RGB value is (208,159,236).

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

The process color (four color CMYK) of #d09fec color hex is 0.12, 0.33, 0.00, 0.07. Web safe color of #d09fec is #cc99ff. Color #d09fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011111 11101100
Octal 320 237 354
Decimal 208 159 236
Hex D0 9F EC

RGB Percentages of Color #d09fec

%34.49
%26.37
%39.14

CMYK Percentages of Color #d09fec

%12
%33
%0
%7

Triadic Colors of #d09fec

#d09fec #ecd09f #9fecd0

Analogous Colors of #d09fec

#d09fec #ec9fe2 #aa9fec

Monochromatic Colors of #d09fec

#d09fec

Complementary Color

#d09fec #bbec9f

#d09fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09fec Color CSS Codes

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

#d09fec Text Font Color

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

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


#d09fec Background Color

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

This div background color is #d09fec


#d09fec Border Color

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

This div border color is #d09fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09fec


Comments

No comments written yet.

Please login to write comment.