Color Hex Logo

#ca412e Color Hex

#CA412E
(202,65,46)
0 Favorites   0 Comments

Color spaces of #ca412e

RGB 2026546
HSL0.020.630.49
HSV77°79°
CMYK 0.000.680.77   0.21
XYZ26.740616.53444.3668
Yxy16.53440.56130.3471
Hunter Lab40.662546.226322.0965
CIE-Lab47.667953.197141.3132

#ca412e color RGB value is (202,65,46).

#ca412e hex color red value is 202, green value is 65 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ca412e hue: 0.02 , saturation: 0.63 and the lightness value of ca412e is 0.49.

The process color (four color CMYK) of #ca412e color hex is 0.00, 0.68, 0.77, 0.21. Web safe color of #ca412e is #cc3333. Color #ca412e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000001 00101110
Octal 312 101 56
Decimal 202 65 46
Hex CA 41 2E

RGB Percentages of Color #ca412e

%64.54
%20.77
%14.70

CMYK Percentages of Color #ca412e

%0
%68
%77
%21

Triadic Colors of #ca412e

#ca412e #2eca41 #412eca

Analogous Colors of #ca412e

#ca412e #ca8f2e #ca2e69

Monochromatic Colors of #ca412e

#ca412e

Complementary Color

#ca412e #2eb7ca

#ca412e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca412e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca412e Color CSS Codes

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

#ca412e Text Font Color

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

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


#ca412e Background Color

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

This div background color is #ca412e


#ca412e Border Color

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

This div border color is #ca412e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca412e


Comments

No comments written yet.

Please login to write comment.