Color Hex Logo

#cb9dbe Color Hex

#CB9DBE
(203,157,190)
0 Favorites   0 Comments

Color spaces of #cb9dbe

RGB 203157190
HSL0.880.310.71
HSV317°23°80°
CMYK 0.000.230.06   0.20
XYZ45.979840.528254.1145
Yxy40.52820.32700.2882
Hunter Lab63.661817.5138-5.8351
CIE-Lab69.844122.4883-10.4146

#cb9dbe color RGB value is (203,157,190).

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

The process color (four color CMYK) of #cb9dbe color hex is 0.00, 0.23, 0.06, 0.20. Web safe color of #cb9dbe is #cc99cc. Color #cb9dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011101 10111110
Octal 313 235 276
Decimal 203 157 190
Hex CB 9D BE

RGB Percentages of Color #cb9dbe

%36.91
%28.55
%34.55

CMYK Percentages of Color #cb9dbe

%0
%23
%6
%20

Triadic Colors of #cb9dbe

#cb9dbe #becb9d #9dbecb

Analogous Colors of #cb9dbe

#cb9dbe #cb9da7 #c19dcb

Monochromatic Colors of #cb9dbe

#cb9dbe

Complementary Color

#cb9dbe #9dcbaa

#cb9dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9dbe Color CSS Codes

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

#cb9dbe Text Font Color

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

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


#cb9dbe Background Color

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

This div background color is #cb9dbe


#cb9dbe Border Color

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

This div border color is #cb9dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9dbe


Comments

No comments written yet.

Please login to write comment.