Color Hex Logo

#ca607c Color Hex

#CA607C
(202,96,124)
0 Favorites   0 Comments

Color spaces of #ca607c

RGB 20296124
HSL0.960.500.58
HSV344°52°79°
CMYK 0.000.520.39   0.21
XYZ32.178122.377521.6921
Yxy22.37750.42200.2935
Hunter Lab47.304938.63725.9254
CIE-Lab54.425344.92244.6136

#ca607c color RGB value is (202,96,124).

#ca607c hex color red value is 202, green value is 96 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ca607c hue: 0.96 , saturation: 0.50 and the lightness value of ca607c is 0.58.

The process color (four color CMYK) of #ca607c color hex is 0.00, 0.52, 0.39, 0.21. Web safe color of #ca607c is #cc6666. Color #ca607c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100000 01111100
Octal 312 140 174
Decimal 202 96 124
Hex CA 60 7C

RGB Percentages of Color #ca607c

%47.87
%22.75
%29.38

CMYK Percentages of Color #ca607c

%0
%52
%39
%21

Triadic Colors of #ca607c

#ca607c #7cca60 #607cca

Analogous Colors of #ca607c

#ca607c #ca7960 #ca60b1

Monochromatic Colors of #ca607c

#ca607c

Complementary Color

#ca607c #60caae

#ca607c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca607c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca607c Color CSS Codes

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

#ca607c Text Font Color

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

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


#ca607c Background Color

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

This div background color is #ca607c


#ca607c Border Color

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

This div border color is #ca607c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca607c


Comments

No comments written yet.

Please login to write comment.