Color Hex Logo

#cb9dad Color Hex

#CB9DAD
(203,157,173)
0 Favorites   0 Comments

Color spaces of #cb9dad

RGB 203157173
HSL0.940.310.71
HSV339°23°80°
CMYK 0.000.230.15   0.20
XYZ44.228439.827644.8916
Yxy39.82760.34300.3089
Hunter Lab63.109114.65622.0014
CIE-Lab69.346619.5846-1.7063

#cb9dad color RGB value is (203,157,173).

#cb9dad hex color red value is 203, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cb9dad hue: 0.94 , saturation: 0.31 and the lightness value of cb9dad is 0.71.

The process color (four color CMYK) of #cb9dad color hex is 0.00, 0.23, 0.15, 0.20. Web safe color of #cb9dad is #cc9999. Color #cb9dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011101 10101101
Octal 313 235 255
Decimal 203 157 173
Hex CB 9D AD

RGB Percentages of Color #cb9dad

%38.09
%29.46
%32.46

CMYK Percentages of Color #cb9dad

%0
%23
%15
%20

Triadic Colors of #cb9dad

#cb9dad #adcb9d #9dadcb

Analogous Colors of #cb9dad

#cb9dad #cba49d #cb9dc4

Monochromatic Colors of #cb9dad

#cb9dad

Complementary Color

#cb9dad #9dcbbb

#cb9dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9dad Color CSS Codes

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

#cb9dad Text Font Color

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

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


#cb9dad Background Color

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

This div background color is #cb9dad


#cb9dad Border Color

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

This div border color is #cb9dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9dad


Comments

No comments written yet.

Please login to write comment.