Color Hex Logo

#d3caed Color Hex

#D3CAED
(211,202,237)
0 Favorites   0 Comments

Color spaces of #d3caed

RGB 211202237
HSL0.710.490.86
HSV255°15°93°
CMYK 0.110.150.00   0.07
XYZ63.270662.204488.7927
Yxy62.20440.29530.2903
Hunter Lab78.86985.1735-11.5407
CIE-Lab83.02209.7550-16.1264

#d3caed color RGB value is (211,202,237).

#d3caed hex color red value is 211, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d3caed hue: 0.71 , saturation: 0.49 and the lightness value of d3caed is 0.86.

The process color (four color CMYK) of #d3caed color hex is 0.11, 0.15, 0.00, 0.07. Web safe color of #d3caed is #ccccff. Color #d3caed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001010 11101101
Octal 323 312 355
Decimal 211 202 237
Hex D3 CA ED

RGB Percentages of Color #d3caed

%32.46
%31.08
%36.46

CMYK Percentages of Color #d3caed

%11
%15
%0
%7

Triadic Colors of #d3caed

#d3caed #edd3ca #caedd3

Analogous Colors of #d3caed

#d3caed #e5caed #cad3ed

Monochromatic Colors of #d3caed

#d3caed

Complementary Color

#d3caed #e4edca

#d3caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3caed Color CSS Codes

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

#d3caed Text Font Color

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

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


#d3caed Background Color

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

This div background color is #d3caed


#d3caed Border Color

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

This div border color is #d3caed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3caed


Comments

No comments written yet.

Please login to write comment.