Color Hex Logo

#ca420f Color Hex

#CA420F
(202,66,15)
0 Favorites   0 Comments

Color spaces of #ca420f

RGB 2026615
HSL0.050.860.43
HSV16°93°79°
CMYK 0.000.670.93   0.21
XYZ26.391616.48752.2433
Yxy16.48750.58490.3654
Hunter Lab40.604844.959925.1478
CIE-Lab47.607752.025354.8400

#ca420f color RGB value is (202,66,15).

#ca420f hex color red value is 202, green value is 66 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ca420f hue: 0.05 , saturation: 0.86 and the lightness value of ca420f is 0.43.

The process color (four color CMYK) of #ca420f color hex is 0.00, 0.67, 0.93, 0.21. Web safe color of #ca420f is #cc3300. Color #ca420f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000010 00001111
Octal 312 102 17
Decimal 202 66 15
Hex CA 42 F

RGB Percentages of Color #ca420f

%71.38
%23.32
%5.30

CMYK Percentages of Color #ca420f

%0
%67
%93
%21

Triadic Colors of #ca420f

#ca420f #0fca42 #420fca

Analogous Colors of #ca420f

#ca420f #caa00f #ca0f39

Monochromatic Colors of #ca420f

#ca420f

Complementary Color

#ca420f #0f97ca

#ca420f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca420f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca420f Color CSS Codes

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

#ca420f Text Font Color

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

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


#ca420f Background Color

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

This div background color is #ca420f


#ca420f Border Color

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

This div border color is #ca420f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca420f


Comments

No comments written yet.

Please login to write comment.