Color Hex Logo

#ca342a Color Hex

#CA342A
(202,52,42)
0 Favorites   0 Comments

Color spaces of #ca342a

RGB 2025242
HSL0.010.660.48
HSV79°79°
CMYK 0.000.740.79   0.21
XYZ26.003015.17973.7500
Yxy15.17970.57870.3378
Hunter Lab38.961150.950521.5661
CIE-Lab45.879357.866141.6176

#ca342a color RGB value is (202,52,42).

#ca342a hex color red value is 202, green value is 52 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ca342a hue: 0.01 , saturation: 0.66 and the lightness value of ca342a is 0.48.

The process color (four color CMYK) of #ca342a color hex is 0.00, 0.74, 0.79, 0.21. Web safe color of #ca342a is #cc3333. Color #ca342a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110100 00101010
Octal 312 64 52
Decimal 202 52 42
Hex CA 34 2A

RGB Percentages of Color #ca342a

%68.24
%17.57
%14.19

CMYK Percentages of Color #ca342a

%0
%74
%79
%21

Triadic Colors of #ca342a

#ca342a #2aca34 #342aca

Analogous Colors of #ca342a

#ca342a #ca842a #ca2a70

Monochromatic Colors of #ca342a

#ca342a

Complementary Color

#ca342a #2ac0ca

#ca342a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca342a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca342a Color CSS Codes

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

#ca342a Text Font Color

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

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


#ca342a Background Color

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

This div background color is #ca342a


#ca342a Border Color

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

This div border color is #ca342a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca342a


Comments

No comments written yet.

Please login to write comment.