Color Hex Logo

#d0cafa Color Hex

#D0CAFA
(208,202,250)
0 Favorites   0 Comments

Color spaces of #d0cafa

RGB 208202250
HSL0.690.830.89
HSV248°19°98°
CMYK 0.170.190.00   0.02
XYZ64.388362.553199.1228
Yxy62.55310.28480.2767
Hunter Lab79.09056.9100-18.9438
CIE-Lab83.206711.5147-22.7900

#d0cafa color RGB value is (208,202,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001010 11111010
Octal 320 312 372
Decimal 208 202 250
Hex D0 CA FA

RGB Percentages of Color #d0cafa

%31.52
%30.61
%37.88

CMYK Percentages of Color #d0cafa

%17
%19
%0
%2

Triadic Colors of #d0cafa

#d0cafa #fad0ca #cafad0

Analogous Colors of #d0cafa

#d0cafa #e8cafa #cadcfa

Monochromatic Colors of #d0cafa

#d0cafa

Complementary Color

#d0cafa #f4faca

#d0cafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cafa Color CSS Codes

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

#d0cafa Text Font Color

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

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


#d0cafa Background Color

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

This div background color is #d0cafa


#d0cafa Border Color

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

This div border color is #d0cafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cafa


Comments

No comments written yet.

Please login to write comment.