Color Hex Logo

#cb7bab Color Hex

#CB7BAB
(203,123,171)
0 Favorites   0 Comments

Color spaces of #cb7bab

RGB 203123171
HSL0.900.430.64
HSV324°39°80°
CMYK 0.000.390.16   0.20
XYZ39.062229.802742.2218
Yxy29.80270.35160.2683
Hunter Lab54.591832.1867-7.6411
CIE-Lab61.483637.7619-12.2517

#cb7bab color RGB value is (203,123,171).

#cb7bab hex color red value is 203, green value is 123 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cb7bab hue: 0.90 , saturation: 0.43 and the lightness value of cb7bab is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111011 10101011
Octal 313 173 253
Decimal 203 123 171
Hex CB 7B AB

RGB Percentages of Color #cb7bab

%40.85
%24.75
%34.41

CMYK Percentages of Color #cb7bab

%0
%39
%16
%20

Triadic Colors of #cb7bab

#cb7bab #abcb7b #7babcb

Analogous Colors of #cb7bab

#cb7bab #cb7b83 #c37bcb

Monochromatic Colors of #cb7bab

#cb7bab

Complementary Color

#cb7bab #7bcb9b

#cb7bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7bab Color CSS Codes

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

#cb7bab Text Font Color

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

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


#cb7bab Background Color

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

This div background color is #cb7bab


#cb7bab Border Color

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

This div border color is #cb7bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7bab


Comments

No comments written yet.

Please login to write comment.