Color Hex Logo

#ca0bab Color Hex

#CA0BAB
(202,11,171)
0 Favorites   0 Comments

Color spaces of #ca0bab

RGB 20211171
HSL0.860.900.42
HSV310°95°79°
CMYK 0.000.950.15   0.21
XYZ31.827515.736239.8880
Yxy15.73620.36390.1799
Hunter Lab39.668973.7952-31.8493
CIE-Lab46.626577.2676-35.1292

#ca0bab color RGB value is (202,11,171).

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

The process color (four color CMYK) of #ca0bab color hex is 0.00, 0.95, 0.15, 0.21. Web safe color of #ca0bab is #cc0099. Color #ca0bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00001011 10101011
Octal 312 13 253
Decimal 202 11 171
Hex CA B AB

RGB Percentages of Color #ca0bab

%52.60
%2.86
%44.53

CMYK Percentages of Color #ca0bab

%0
%95
%15
%21

Triadic Colors of #ca0bab

#ca0bab #abca0b #0babca

Analogous Colors of #ca0bab

#ca0bab #ca0b4c #8a0bca

Monochromatic Colors of #ca0bab

#ca0bab

Complementary Color

#ca0bab #0bca2a

#ca0bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca0bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca0bab Color CSS Codes

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

#ca0bab Text Font Color

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

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


#ca0bab Background Color

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

This div background color is #ca0bab


#ca0bab Border Color

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

This div border color is #ca0bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca0bab


Comments

No comments written yet.

Please login to write comment.