Color Hex Logo

#ca400a Color Hex

#CA400A
(202,64,10)
0 Favorites   0 Comments

Color spaces of #ca400a

RGB 2026410
HSL0.050.910.42
HSV17°95°79°
CMYK 0.000.680.95   0.21
XYZ26.245316.24532.0395
Yxy16.24530.58940.3648
Hunter Lab40.305545.697525.2137
CIE-Lab47.294752.770656.0137

#ca400a color RGB value is (202,64,10).

#ca400a hex color red value is 202, green value is 64 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ca400a hue: 0.05 , saturation: 0.91 and the lightness value of ca400a is 0.42.

The process color (four color CMYK) of #ca400a color hex is 0.00, 0.68, 0.95, 0.21. Web safe color of #ca400a is #cc3300. Color #ca400a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000000 00001010
Octal 312 100 12
Decimal 202 64 10
Hex CA 40 A

RGB Percentages of Color #ca400a

%73.19
%23.19
%3.62

CMYK Percentages of Color #ca400a

%0
%68
%95
%21

Triadic Colors of #ca400a

#ca400a #0aca40 #400aca

Analogous Colors of #ca400a

#ca400a #caa00a #ca0a34

Monochromatic Colors of #ca400a

#ca400a

Complementary Color

#ca400a #0a94ca

#ca400a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca400a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca400a Color CSS Codes

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

#ca400a Text Font Color

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

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


#ca400a Background Color

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

This div background color is #ca400a


#ca400a Border Color

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

This div border color is #ca400a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca400a


Comments

No comments written yet.

Please login to write comment.