Color Hex Logo

#ca410c Color Hex

#CA410C
(202,65,12)
0 Favorites   0 Comments

Color spaces of #ca410c

RGB 2026512
HSL0.050.890.42
HSV17°94°79°
CMYK 0.000.680.94   0.21
XYZ26.313816.36372.1194
Yxy16.36370.58740.3653
Hunter Lab40.452145.321925.2101
CIE-Lab47.448152.392455.5934

#ca410c color RGB value is (202,65,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000001 00001100
Octal 312 101 14
Decimal 202 65 12
Hex CA 41 C

RGB Percentages of Color #ca410c

%72.40
%23.30
%4.30

CMYK Percentages of Color #ca410c

%0
%68
%94
%21

Triadic Colors of #ca410c

#ca410c #0cca41 #410cca

Analogous Colors of #ca410c

#ca410c #caa00c #ca0c36

Monochromatic Colors of #ca410c

#ca410c

Complementary Color

#ca410c #0c95ca

#ca410c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca410c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca410c Color CSS Codes

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

#ca410c Text Font Color

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

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


#ca410c Background Color

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

This div background color is #ca410c


#ca410c Border Color

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

This div border color is #ca410c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca410c


Comments

No comments written yet.

Please login to write comment.