color codes Logo

#ca097c color codes

#CA097C
(202,9,124)
0 Favorites   0 Comments

Color spaces of #ca097c

RGB 2029124
HSL0.900.910.41
HSV324°96°79°
CMYK 0.000.960.39   0.21
XYZ28.092914.207220.3304
Yxy14.20720.44850.2268
Hunter Lab37.692467.0777-5.5949
CIE-Lab44.528672.1609-9.9523

#ca097c color RGB value is (202,9,124).

#ca097c hex color red value is 202, green value is 9 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ca097c hue: 0.90 , saturation: 0.91 and the lightness value of ca097c is 0.41.

The process color (four color CMYK) of #ca097c color code is 0.00, 0.96, 0.39, 0.21. Web safe color of #ca097c is #cc0066. Color #ca097c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00001001 01111100
Octal 312 11 174
Decimal 202 9 124
Hex CA 9 7C

RGB Percentages of Color #ca097c

%60.30
%2.69
%37.01

CMYK Percentages of Color #ca097c

%0
%96
%39
%21

Triadic Colors of #ca097c

#ca097c #7cca09 #097cca

Analogous Colors of #ca097c

#ca097c #ca091c #b809ca

Monochromatic Colors of #ca097c

#ca097c

Complementary Color

#ca097c #09ca57

#ca097c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca097c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca097c Color CSS Codes

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

#ca097c Text Font Color

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

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


#ca097c Background Color

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

This div background color is #ca097c


#ca097c Border Color

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

This div border color is #ca097c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca097c


Comments

No comments written yet.

Please login to write comment.