Color Hex Logo

#ca196c Color Hex

#CA196C
(202,25,108)
0 Favorites   0 Comments

Color spaces of #ca196c

RGB 20225108
HSL0.920.780.45
HSV332°88°79°
CMYK 0.000.880.47   0.21
XYZ27.411514.334515.5094
Yxy14.33450.47880.2504
Hunter Lab37.860962.97832.2150
CIE-Lab44.708968.66910.2205

#ca196c color RGB value is (202,25,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00011001 01101100
Octal 312 31 154
Decimal 202 25 108
Hex CA 19 6C

RGB Percentages of Color #ca196c

%60.30
%7.46
%32.24

CMYK Percentages of Color #ca196c

%0
%88
%47
%21

Triadic Colors of #ca196c

#ca196c #6cca19 #196cca

Analogous Colors of #ca196c

#ca196c #ca1f19 #ca19c5

Monochromatic Colors of #ca196c

#ca196c

Complementary Color

#ca196c #19ca77

#ca196c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca196c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca196c Color CSS Codes

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

#ca196c Text Font Color

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

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


#ca196c Background Color

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

This div background color is #ca196c


#ca196c Border Color

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

This div border color is #ca196c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca196c


Comments

No comments written yet.

Please login to write comment.