Color Hex Logo

#ca604e Color Hex

#CA604E
(202,96,78)
0 Favorites   0 Comments

Color spaces of #ca604e

RGB 2029678
HSL0.020.540.55
HSV61°79°
CMYK 0.000.520.61   0.21
XYZ29.915121.47249.7756
Yxy21.47240.48910.3511
Hunter Lab46.338334.144019.9289
CIE-Lab53.462740.702930.2080

#ca604e color RGB value is (202,96,78).

#ca604e hex color red value is 202, green value is 96 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ca604e hue: 0.02 , saturation: 0.54 and the lightness value of ca604e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100000 01001110
Octal 312 140 116
Decimal 202 96 78
Hex CA 60 4E

RGB Percentages of Color #ca604e

%53.72
%25.53
%20.74

CMYK Percentages of Color #ca604e

%0
%52
%61
%21

Triadic Colors of #ca604e

#ca604e #4eca60 #604eca

Analogous Colors of #ca604e

#ca604e #ca9e4e #ca4e7a

Monochromatic Colors of #ca604e

#ca604e

Complementary Color

#ca604e #4eb8ca

#ca604e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca604e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca604e Color CSS Codes

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

#ca604e Text Font Color

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

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


#ca604e Background Color

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

This div background color is #ca604e


#ca604e Border Color

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

This div border color is #ca604e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca604e


Comments

No comments written yet.

Please login to write comment.