Color Hex Logo

#d9cafa Color Hex

#D9CAFA
(217,202,250)
0 Favorites   0 Comments

Color spaces of #d9cafa

RGB 217202250
HSL0.720.830.89
HSV259°19°98°
CMYK 0.130.190.00   0.02
XYZ66.991163.894999.2446
Yxy63.89490.29110.2776
Hunter Lab79.93439.7118-17.6591
CIE-Lab83.911014.3179-21.6550

#d9cafa color RGB value is (217,202,250).

#d9cafa hex color red value is 217, green value is 202 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d9cafa hue: 0.72 , saturation: 0.83 and the lightness value of d9cafa is 0.89.

The process color (four color CMYK) of #d9cafa color hex is 0.13, 0.19, 0.00, 0.02. Web safe color of #d9cafa is #ccccff. Color #d9cafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001010 11111010
Octal 331 312 372
Decimal 217 202 250
Hex D9 CA FA

RGB Percentages of Color #d9cafa

%32.44
%30.19
%37.37

CMYK Percentages of Color #d9cafa

%13
%19
%0
%2

Triadic Colors of #d9cafa

#d9cafa #fad9ca #cafad9

Analogous Colors of #d9cafa

#d9cafa #f1cafa #cad3fa

Monochromatic Colors of #d9cafa

#d9cafa

Complementary Color

#d9cafa #ebfaca

#d9cafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cafa Color CSS Codes

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

#d9cafa Text Font Color

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

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


#d9cafa Background Color

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

This div background color is #d9cafa


#d9cafa Border Color

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

This div border color is #d9cafa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,202,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9cafa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9cafa;
  -webkit-box-shadow: 1px 1px 3px 2px #d9cafa;
  box-shadow:         1px 1px 3px 2px #d9cafa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,202,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cafa


Comments

No comments written yet.

Please login to write comment.