Color Hex Logo

#ca606f Color Hex

#CA606F
(202,96,111)
0 Favorites   0 Comments

Color spaces of #ca606f

RGB 20296111
HSL0.980.500.58
HSV352°52°79°
CMYK 0.000.520.45   0.21
XYZ31.409222.070017.6434
Yxy22.07000.44160.3103
Hunter Lab46.978737.129410.6181
CIE-Lab54.101243.521211.8279

#ca606f color RGB value is (202,96,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100000 01101111
Octal 312 140 157
Decimal 202 96 111
Hex CA 60 6F

RGB Percentages of Color #ca606f

%49.39
%23.47
%27.14

CMYK Percentages of Color #ca606f

%0
%52
%45
%21

Triadic Colors of #ca606f

#ca606f #6fca60 #606fca

Analogous Colors of #ca606f

#ca606f #ca8660 #ca60a4

Monochromatic Colors of #ca606f

#ca606f

Complementary Color

#ca606f #60cabb

#ca606f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca606f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca606f Color CSS Codes

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

#ca606f Text Font Color

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

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


#ca606f Background Color

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

This div background color is #ca606f


#ca606f Border Color

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

This div border color is #ca606f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca606f


Comments

No comments written yet.

Please login to write comment.