Color Hex Logo

#d3cbea Color Hex

#D3CBEA
(211,203,234)
0 Favorites   0 Comments

Color spaces of #d3cbea

RGB 211203234
HSL0.710.420.86
HSV255°13°92°
CMYK 0.100.130.00   0.08
XYZ63.071262.501386.5816
Yxy62.50130.29730.2946
Hunter Lab79.05784.0538-9.5921
CIE-Lab83.17938.6179-14.2912

#d3cbea color RGB value is (211,203,234).

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

The process color (four color CMYK) of #d3cbea color hex is 0.10, 0.13, 0.00, 0.08. Web safe color of #d3cbea is #ccccff. Color #d3cbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001011 11101010
Octal 323 313 352
Decimal 211 203 234
Hex D3 CB EA

RGB Percentages of Color #d3cbea

%32.56
%31.33
%36.11

CMYK Percentages of Color #d3cbea

%10
%13
%0
%8

Triadic Colors of #d3cbea

#d3cbea #ead3cb #cbead3

Analogous Colors of #d3cbea

#d3cbea #e3cbea #cbd3ea

Monochromatic Colors of #d3cbea

#d3cbea

Complementary Color

#d3cbea #e2eacb

#d3cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cbea Color CSS Codes

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

#d3cbea Text Font Color

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

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


#d3cbea Background Color

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

This div background color is #d3cbea


#d3cbea Border Color

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

This div border color is #d3cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3cbea


Comments

No comments written yet.

Please login to write comment.