Color Hex Logo

#d3cae5 Color Hex

#D3CAE5
(211,202,229)
0 Favorites   0 Comments

Color spaces of #d3cae5

RGB 211202229
HSL0.720.340.85
HSV260°12°90°
CMYK 0.080.120.00   0.10
XYZ62.127461.747182.7727
Yxy61.74710.30060.2988
Hunter Lab78.57933.6142-7.4485
CIE-Lab82.77878.1581-12.2238

#d3cae5 color RGB value is (211,202,229).

#d3cae5 hex color red value is 211, green value is 202 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #d3cae5 hue: 0.72 , saturation: 0.34 and the lightness value of d3cae5 is 0.85.

The process color (four color CMYK) of #d3cae5 color hex is 0.08, 0.12, 0.00, 0.10. Web safe color of #d3cae5 is #cccccc. Color #d3cae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001010 11100101
Octal 323 312 345
Decimal 211 202 229
Hex D3 CA E5

RGB Percentages of Color #d3cae5

%32.87
%31.46
%35.67

CMYK Percentages of Color #d3cae5

%8
%12
%0
%10

Triadic Colors of #d3cae5

#d3cae5 #e5d3ca #cae5d3

Analogous Colors of #d3cae5

#d3cae5 #e1cae5 #cacfe5

Monochromatic Colors of #d3cae5

#d3cae5

Complementary Color

#d3cae5 #dce5ca

#d3cae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cae5 Color CSS Codes

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

#d3cae5 Text Font Color

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

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


#d3cae5 Background Color

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

This div background color is #d3cae5


#d3cae5 Border Color

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

This div border color is #d3cae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3cae5


Comments

No comments written yet.

Please login to write comment.