Color Hex Logo

#ca606a Color Hex

#CA606A
(202,96,106)
0 Favorites   0 Comments

Color spaces of #ca606a

RGB 20296106
HSL0.980.500.58
HSV354°52°79°
CMYK 0.000.520.48   0.21
XYZ31.141521.962916.2336
Yxy21.96290.44910.3168
Hunter Lab46.864636.600112.2675
CIE-Lab53.987643.025914.6173

#ca606a color RGB value is (202,96,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100000 01101010
Octal 312 140 152
Decimal 202 96 106
Hex CA 60 6A

RGB Percentages of Color #ca606a

%50.00
%23.76
%26.24

CMYK Percentages of Color #ca606a

%0
%52
%48
%21

Triadic Colors of #ca606a

#ca606a #6aca60 #606aca

Analogous Colors of #ca606a

#ca606a #ca8b60 #ca609f

Monochromatic Colors of #ca606a

#ca606a

Complementary Color

#ca606a #60cac0

#ca606a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca606a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca606a Color CSS Codes

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

#ca606a Text Font Color

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

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


#ca606a Background Color

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

This div background color is #ca606a


#ca606a Border Color

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

This div border color is #ca606a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca606a


Comments

No comments written yet.

Please login to write comment.