Color Hex Logo

#d5bacb Color Hex

#D5BACB
(213,186,203)
0 Favorites   0 Comments

Color spaces of #d5bacb

RGB 213186203
HSL0.900.240.78
HSV322°13°84°
CMYK 0.000.130.05   0.16
XYZ55.779053.575763.9012
Yxy53.57570.32190.3092
Hunter Lab73.19547.9350-0.5247
CIE-Lab78.213712.5209-5.0105

#d5bacb color RGB value is (213,186,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111010 11001011
Octal 325 272 313
Decimal 213 186 203
Hex D5 BA CB

RGB Percentages of Color #d5bacb

%35.38
%30.90
%33.72

CMYK Percentages of Color #d5bacb

%0
%13
%5
%16

Triadic Colors of #d5bacb

#d5bacb #cbd5ba #bacbd5

Analogous Colors of #d5bacb

#d5bacb #d5babe #d2bad5

Monochromatic Colors of #d5bacb

#d5bacb

Complementary Color

#d5bacb #bad5c4

#d5bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bacb Color CSS Codes

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

#d5bacb Text Font Color

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

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


#d5bacb Background Color

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

This div background color is #d5bacb


#d5bacb Border Color

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

This div border color is #d5bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bacb


Comments

No comments written yet.

Please login to write comment.