Color Hex Logo

#d5bccb Color Hex

#D5BCCB
(213,188,203)
0 Favorites   0 Comments

Color spaces of #d5bccb

RGB 213188203
HSL0.900.230.79
HSV324°12°84°
CMYK 0.000.120.05   0.16
XYZ56.203354.424464.0426
Yxy54.42440.32180.3116
Hunter Lab73.77296.88630.1711
CIE-Lab78.708611.4466-4.2807

#d5bccb color RGB value is (213,188,203).

#d5bccb hex color red value is 213, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d5bccb hue: 0.90 , saturation: 0.23 and the lightness value of d5bccb is 0.79.

The process color (four color CMYK) of #d5bccb color hex is 0.00, 0.12, 0.05, 0.16. Web safe color of #d5bccb is #cccccc. Color #d5bccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111100 11001011
Octal 325 274 313
Decimal 213 188 203
Hex D5 BC CB

RGB Percentages of Color #d5bccb

%35.26
%31.13
%33.61

CMYK Percentages of Color #d5bccb

%0
%12
%5
%16

Triadic Colors of #d5bccb

#d5bccb #cbd5bc #bccbd5

Analogous Colors of #d5bccb

#d5bccb #d5bcbf #d3bcd5

Monochromatic Colors of #d5bccb

#d5bccb

Complementary Color

#d5bccb #bcd5c6

#d5bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bccb Color CSS Codes

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

#d5bccb Text Font Color

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

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


#d5bccb Background Color

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

This div background color is #d5bccb


#d5bccb Border Color

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

This div border color is #d5bccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bccb


Comments

No comments written yet.

Please login to write comment.