Color Hex Logo

#ca196a Color Hex

#CA196A
(202,25,106)
0 Favorites   0 Comments

Color spaces of #ca196a

RGB 20225106
HSL0.920.780.45
HSV333°88°79°
CMYK 0.000.880.48   0.21
XYZ27.306314.292414.9552
Yxy14.29240.48280.2527
Hunter Lab37.805362.76913.0095
CIE-Lab44.649468.50241.3772

#ca196a color RGB value is (202,25,106).

#ca196a hex color red value is 202, green value is 25 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ca196a hue: 0.92 , saturation: 0.78 and the lightness value of ca196a is 0.45.

The process color (four color CMYK) of #ca196a color hex is 0.00, 0.88, 0.48, 0.21. Web safe color of #ca196a is #cc0066. Color #ca196a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00011001 01101010
Octal 312 31 152
Decimal 202 25 106
Hex CA 19 6A

RGB Percentages of Color #ca196a

%60.66
%7.51
%31.83

CMYK Percentages of Color #ca196a

%0
%88
%48
%21

Triadic Colors of #ca196a

#ca196a #6aca19 #196aca

Analogous Colors of #ca196a

#ca196a #ca2119 #ca19c3

Monochromatic Colors of #ca196a

#ca196a

Complementary Color

#ca196a #19ca79

#ca196a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca196a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca196a Color CSS Codes

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

#ca196a Text Font Color

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

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


#ca196a Background Color

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

This div background color is #ca196a


#ca196a Border Color

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

This div border color is #ca196a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,25,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca196a


Comments

No comments written yet.

Please login to write comment.