Color Hex Logo

#d09ffc Color Hex

#D09FFC
(208,159,252)
0 Favorites   0 Comments

Color spaces of #d09ffc

RGB 208159252
HSL0.750.940.81
HSV272°37°99°
CMYK 0.170.370.00   0.01
XYZ55.981245.234497.8760
Yxy45.23440.28120.2272
Hunter Lab67.256530.8762-39.2030
CIE-Lab73.046035.3007-39.4923

#d09ffc color RGB value is (208,159,252).

#d09ffc hex color red value is 208, green value is 159 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d09ffc hue: 0.75 , saturation: 0.94 and the lightness value of d09ffc is 0.81.

The process color (four color CMYK) of #d09ffc color hex is 0.17, 0.37, 0.00, 0.01. Web safe color of #d09ffc is #cc99ff. Color #d09ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011111 11111100
Octal 320 237 374
Decimal 208 159 252
Hex D0 9F FC

RGB Percentages of Color #d09ffc

%33.60
%25.69
%40.71

CMYK Percentages of Color #d09ffc

%17
%37
%0
%1

Triadic Colors of #d09ffc

#d09ffc #fcd09f #9ffcd0

Analogous Colors of #d09ffc

#d09ffc #fc9ffa #a29ffc

Monochromatic Colors of #d09ffc

#d09ffc

Complementary Color

#d09ffc #cbfc9f

#d09ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09ffc Color CSS Codes

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

#d09ffc Text Font Color

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

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


#d09ffc Background Color

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

This div background color is #d09ffc


#d09ffc Border Color

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

This div border color is #d09ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09ffc


Comments

No comments written yet.

Please login to write comment.