Color Hex Logo

#d7cbea Color Hex

#D7CBEA
(215,203,234)
0 Favorites   0 Comments

Color spaces of #d7cbea

RGB 215203234
HSL0.730.420.86
HSV263°13°92°
CMYK 0.080.130.00   0.08
XYZ64.231663.099586.6359
Yxy63.09950.30020.2949
Hunter Lab79.43525.3242-9.0599
CIE-Lab83.49479.9167-13.7861

#d7cbea color RGB value is (215,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001011 11101010
Octal 327 313 352
Decimal 215 203 234
Hex D7 CB EA

RGB Percentages of Color #d7cbea

%32.98
%31.13
%35.89

CMYK Percentages of Color #d7cbea

%8
%13
%0
%8

Triadic Colors of #d7cbea

#d7cbea #ead7cb #cbead7

Analogous Colors of #d7cbea

#d7cbea #e7cbea #cbcfea

Monochromatic Colors of #d7cbea

#d7cbea

Complementary Color

#d7cbea #deeacb

#d7cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cbea Color CSS Codes

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

#d7cbea Text Font Color

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

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


#d7cbea Background Color

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

This div background color is #d7cbea


#d7cbea Border Color

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

This div border color is #d7cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cbea


Comments

No comments written yet.

Please login to write comment.