Color Hex Logo

#ca606c Color Hex

#CA606C
(202,96,108)
0 Favorites   0 Comments

Color spaces of #ca606c

RGB 20296108
HSL0.980.500.58
HSV353°52°79°
CMYK 0.000.520.47   0.21
XYZ31.246822.005016.7879
Yxy22.00500.44610.3142
Hunter Lab46.909536.808711.6180
CIE-Lab54.032343.221313.5008

#ca606c color RGB value is (202,96,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100000 01101100
Octal 312 140 154
Decimal 202 96 108
Hex CA 60 6C

RGB Percentages of Color #ca606c

%49.75
%23.65
%26.60

CMYK Percentages of Color #ca606c

%0
%52
%47
%21

Triadic Colors of #ca606c

#ca606c #6cca60 #606cca

Analogous Colors of #ca606c

#ca606c #ca8960 #ca60a1

Monochromatic Colors of #ca606c

#ca606c

Complementary Color

#ca606c #60cabe

#ca606c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca606c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca606c Color CSS Codes

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

#ca606c Text Font Color

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

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


#ca606c Background Color

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

This div background color is #ca606c


#ca606c Border Color

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

This div border color is #ca606c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca606c


Comments

No comments written yet.

Please login to write comment.