Color Hex Logo

#cb5bab Color Hex

#CB5BAB
(203,91,171)
0 Favorites   0 Comments

Color spaces of #cb5bab

RGB 20391171
HSL0.880.520.58
HSV317°55°80°
CMYK 0.000.550.16   0.20
XYZ35.720423.119041.1078
Yxy23.11900.35740.2313
Hunter Lab48.082248.4642-17.0323
CIE-Lab55.194753.9507-21.8005

#cb5bab color RGB value is (203,91,171).

#cb5bab hex color red value is 203, green value is 91 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cb5bab hue: 0.88 , saturation: 0.52 and the lightness value of cb5bab is 0.58.

The process color (four color CMYK) of #cb5bab color hex is 0.00, 0.55, 0.16, 0.20. Web safe color of #cb5bab is #cc6699. Color #cb5bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011011 10101011
Octal 313 133 253
Decimal 203 91 171
Hex CB 5B AB

RGB Percentages of Color #cb5bab

%43.66
%19.57
%36.77

CMYK Percentages of Color #cb5bab

%0
%55
%16
%20

Triadic Colors of #cb5bab

#cb5bab #abcb5b #5babcb

Analogous Colors of #cb5bab

#cb5bab #cb5b73 #b35bcb

Monochromatic Colors of #cb5bab

#cb5bab

Complementary Color

#cb5bab #5bcb7b

#cb5bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5bab Color CSS Codes

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

#cb5bab Text Font Color

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

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


#cb5bab Background Color

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

This div background color is #cb5bab


#cb5bab Border Color

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

This div border color is #cb5bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5bab


Comments

No comments written yet.

Please login to write comment.