Color Hex Logo

#cb0baa Color Hex

#CB0BAA
(203,11,170)
0 Favorites   0 Comments

Color spaces of #cb0baa

RGB 20311170
HSL0.860.900.42
HSV310°95°80°
CMYK 0.000.950.16   0.20
XYZ32.004015.838139.4005
Yxy15.83810.36680.1815
Hunter Lab39.797173.9010-30.8411
CIE-Lab46.761477.3269-34.3112

#cb0baa color RGB value is (203,11,170).

#cb0baa hex color red value is 203, green value is 11 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cb0baa hue: 0.86 , saturation: 0.90 and the lightness value of cb0baa is 0.42.

The process color (four color CMYK) of #cb0baa color hex is 0.00, 0.95, 0.16, 0.20. Web safe color of #cb0baa is #cc0099. Color #cb0baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00001011 10101010
Octal 313 13 252
Decimal 203 11 170
Hex CB B AA

RGB Percentages of Color #cb0baa

%52.86
%2.86
%44.27

CMYK Percentages of Color #cb0baa

%0
%95
%16
%20

Triadic Colors of #cb0baa

#cb0baa #aacb0b #0baacb

Analogous Colors of #cb0baa

#cb0baa #cb0b4a #8c0bcb

Monochromatic Colors of #cb0baa

#cb0baa

Complementary Color

#cb0baa #0bcb2c

#cb0baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb0baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb0baa Color CSS Codes

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

#cb0baa Text Font Color

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

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


#cb0baa Background Color

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

This div background color is #cb0baa


#cb0baa Border Color

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

This div border color is #cb0baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb0baa


Comments

No comments written yet.

Please login to write comment.