Color Hex Logo

#d7cafa Color Hex

#D7CAFA
(215,202,250)
0 Favorites   0 Comments

Color spaces of #d7cafa

RGB 215202250
HSL0.710.830.89
HSV256°19°98°
CMYK 0.140.190.00   0.02
XYZ66.400263.590399.2170
Yxy63.59030.28970.2774
Hunter Lab79.74359.0808-17.9482
CIE-Lab83.752013.6911-21.9112

#d7cafa color RGB value is (215,202,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001010 11111010
Octal 327 312 372
Decimal 215 202 250
Hex D7 CA FA

RGB Percentages of Color #d7cafa

%32.23
%30.28
%37.48

CMYK Percentages of Color #d7cafa

%14
%19
%0
%2

Triadic Colors of #d7cafa

#d7cafa #fad7ca #cafad7

Analogous Colors of #d7cafa

#d7cafa #efcafa #cad5fa

Monochromatic Colors of #d7cafa

#d7cafa

Complementary Color

#d7cafa #edfaca

#d7cafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cafa Color CSS Codes

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

#d7cafa Text Font Color

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

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


#d7cafa Background Color

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

This div background color is #d7cafa


#d7cafa Border Color

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

This div border color is #d7cafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cafa


Comments

No comments written yet.

Please login to write comment.