Color Hex Logo

#ca601e Color Hex

#CA601E
(202,96,30)
0 Favorites   0 Comments

Color spaces of #ca601e

RGB 2029630
HSL0.060.740.45
HSV23°85°79°
CMYK 0.000.520.85   0.21
XYZ28.774321.01603.7682
Yxy21.01600.53720.3924
Hunter Lab45.843231.813127.2168
CIE-Lab52.967038.460053.7326

#ca601e color RGB value is (202,96,30).

#ca601e hex color red value is 202, green value is 96 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ca601e hue: 0.06 , saturation: 0.74 and the lightness value of ca601e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100000 00011110
Octal 312 140 36
Decimal 202 96 30
Hex CA 60 1E

RGB Percentages of Color #ca601e

%61.59
%29.27
%9.15

CMYK Percentages of Color #ca601e

%0
%52
%85
%21

Triadic Colors of #ca601e

#ca601e #1eca60 #601eca

Analogous Colors of #ca601e

#ca601e #cab61e #ca1e32

Monochromatic Colors of #ca601e

#ca601e

Complementary Color

#ca601e #1e88ca

#ca601e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca601e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca601e Color CSS Codes

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

#ca601e Text Font Color

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

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


#ca601e Background Color

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

This div background color is #ca601e


#ca601e Border Color

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

This div border color is #ca601e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca601e

#ca601e Color Palettes


Comments

No comments written yet.

Please login to write comment.