Color Hex Logo

#ca199c Color Hex

#CA199C
(202,25,156)
0 Favorites   0 Comments

Color spaces of #ca199c

RGB 20225156
HSL0.880.780.45
HSV316°88°79°
CMYK 0.000.880.23   0.21
XYZ30.705515.652132.8553
Yxy15.65210.38760.1976
Hunter Lab39.562769.3030-21.5441
CIE-Lab46.514773.6205-26.3622

#ca199c color RGB value is (202,25,156).

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

The process color (four color CMYK) of #ca199c color hex is 0.00, 0.88, 0.23, 0.21. Web safe color of #ca199c is #cc0099. Color #ca199c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00011001 10011100
Octal 312 31 234
Decimal 202 25 156
Hex CA 19 9C

RGB Percentages of Color #ca199c

%52.74
%6.53
%40.73

CMYK Percentages of Color #ca199c

%0
%88
%23
%21

Triadic Colors of #ca199c

#ca199c #9cca19 #199cca

Analogous Colors of #ca199c

#ca199c #ca1943 #a019ca

Monochromatic Colors of #ca199c

#ca199c

Complementary Color

#ca199c #19ca47

#ca199c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca199c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca199c Color CSS Codes

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

#ca199c Text Font Color

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

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


#ca199c Background Color

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

This div background color is #ca199c


#ca199c Border Color

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

This div border color is #ca199c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca199c


Comments

No comments written yet.

Please login to write comment.