Color Hex Logo

#ca602f Color Hex

#CA602F
(202,96,47)
0 Favorites   0 Comments

Color spaces of #ca602f

RGB 2029647
HSL0.050.620.49
HSV19°77°79°
CMYK 0.000.520.77   0.21
XYZ29.053121.12755.2361
Yxy21.12750.52430.3812
Hunter Lab45.964732.387225.4212
CIE-Lab53.088839.016046.3887

#ca602f color RGB value is (202,96,47).

#ca602f hex color red value is 202, green value is 96 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ca602f hue: 0.05 , saturation: 0.62 and the lightness value of ca602f is 0.49.

The process color (four color CMYK) of #ca602f color hex is 0.00, 0.52, 0.77, 0.21. Web safe color of #ca602f is #cc6633. Color #ca602f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100000 00101111
Octal 312 140 57
Decimal 202 96 47
Hex CA 60 2F

RGB Percentages of Color #ca602f

%58.55
%27.83
%13.62

CMYK Percentages of Color #ca602f

%0
%52
%77
%21

Triadic Colors of #ca602f

#ca602f #2fca60 #602fca

Analogous Colors of #ca602f

#ca602f #caae2f #ca2f4b

Monochromatic Colors of #ca602f

#ca602f

Complementary Color

#ca602f #2f99ca

#ca602f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca602f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca602f Color CSS Codes

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

#ca602f Text Font Color

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

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


#ca602f Background Color

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

This div background color is #ca602f


#ca602f Border Color

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

This div border color is #ca602f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca602f


Comments

No comments written yet.

Please login to write comment.