Color Hex Logo

#d09cfe Color Hex

#D09CFE
(208,156,254)
0 Favorites   0 Comments

Color spaces of #d09cfe

RGB 208156254
HSL0.760.980.80
HSV272°39°100°
CMYK 0.180.390.00   0.00
XYZ55.790344.342699.3844
Yxy44.34260.27960.2222
Hunter Lab66.590233.0171-41.8758
CIE-Lab72.456937.3629-41.4945

#d09cfe color RGB value is (208,156,254).

#d09cfe hex color red value is 208, green value is 156 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d09cfe hue: 0.76 , saturation: 0.98 and the lightness value of d09cfe is 0.80.

The process color (four color CMYK) of #d09cfe color hex is 0.18, 0.39, 0.00, 0.00. Web safe color of #d09cfe is #cc99ff. Color #d09cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011100 11111110
Octal 320 234 376
Decimal 208 156 254
Hex D0 9C FE

RGB Percentages of Color #d09cfe

%33.66
%25.24
%41.10

CMYK Percentages of Color #d09cfe

%18
%39
%0
%0

Triadic Colors of #d09cfe

#d09cfe #fed09c #9cfed0

Analogous Colors of #d09cfe

#d09cfe #fe9cfb #9f9cfe

Monochromatic Colors of #d09cfe

#d09cfe

Complementary Color

#d09cfe #cafe9c

#d09cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09cfe Color CSS Codes

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

#d09cfe Text Font Color

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

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


#d09cfe Background Color

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

This div background color is #d09cfe


#d09cfe Border Color

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

This div border color is #d09cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09cfe


Comments

No comments written yet.

Please login to write comment.