Color Hex Logo

#d6caf0 Color Hex

#D6CAF0
(214,202,240)
0 Favorites   0 Comments

Color spaces of #d6caf0

RGB 214202240
HSL0.720.560.87
HSV259°16°94°
CMYK 0.110.160.00   0.06
XYZ64.580362.828591.1614
Yxy62.82850.29550.2875
Hunter Lab79.26446.7192-12.7039
CIE-Lab83.352111.3241-17.2043

#d6caf0 color RGB value is (214,202,240).

#d6caf0 hex color red value is 214, green value is 202 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #d6caf0 hue: 0.72 , saturation: 0.56 and the lightness value of d6caf0 is 0.87.

The process color (four color CMYK) of #d6caf0 color hex is 0.11, 0.16, 0.00, 0.06. Web safe color of #d6caf0 is #ccccff. Color #d6caf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001010 11110000
Octal 326 312 360
Decimal 214 202 240
Hex D6 CA F0

RGB Percentages of Color #d6caf0

%32.62
%30.79
%36.59

CMYK Percentages of Color #d6caf0

%11
%16
%0
%6

Triadic Colors of #d6caf0

#d6caf0 #f0d6ca #caf0d6

Analogous Colors of #d6caf0

#d6caf0 #e9caf0 #cad1f0

Monochromatic Colors of #d6caf0

#d6caf0

Complementary Color

#d6caf0 #e4f0ca

#d6caf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6caf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6caf0 Color CSS Codes

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

#d6caf0 Text Font Color

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

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


#d6caf0 Background Color

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

This div background color is #d6caf0


#d6caf0 Border Color

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

This div border color is #d6caf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6caf0

#d6caf0 Color Palettes


Comments

No comments written yet.

Please login to write comment.