Color Hex Logo

#d7cbec Color Hex

#D7CBEC
(215,203,236)
0 Favorites   0 Comments

Color spaces of #d7cbec

RGB 215203236
HSL0.730.460.86
HSV262°14°93°
CMYK 0.090.140.00   0.07
XYZ64.520663.215188.1580
Yxy63.21510.29890.2928
Hunter Lab79.50795.7137-10.0849
CIE-Lab83.555410.3121-14.7604

#d7cbec color RGB value is (215,203,236).

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

The process color (four color CMYK) of #d7cbec color hex is 0.09, 0.14, 0.00, 0.07. Web safe color of #d7cbec is #ccccff. Color #d7cbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001011 11101100
Octal 327 313 354
Decimal 215 203 236
Hex D7 CB EC

RGB Percentages of Color #d7cbec

%32.87
%31.04
%36.09

CMYK Percentages of Color #d7cbec

%9
%14
%0
%7

Triadic Colors of #d7cbec

#d7cbec #ecd7cb #cbecd7

Analogous Colors of #d7cbec

#d7cbec #e8cbec #cbd0ec

Monochromatic Colors of #d7cbec

#d7cbec

Complementary Color

#d7cbec #e0eccb

#d7cbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cbec Color CSS Codes

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

#d7cbec Text Font Color

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

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


#d7cbec Background Color

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

This div background color is #d7cbec


#d7cbec Border Color

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

This div border color is #d7cbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cbec


Comments

No comments written yet.

Please login to write comment.