Color Hex Logo

#ca293a Color Hex

#CA293A
(202,41,58)
0 Favorites   0 Comments

Color spaces of #ca293a

RGB 2024158
HSL0.980.660.48
HSV354°80°79°
CMYK 0.000.800.71   0.21
XYZ25.913814.44795.4259
Yxy14.44790.56600.3155
Hunter Lab38.010455.175218.1438
CIE-Lab44.868561.851431.3476

#ca293a color RGB value is (202,41,58).

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

The process color (four color CMYK) of #ca293a color hex is 0.00, 0.80, 0.71, 0.21. Web safe color of #ca293a is #cc3333. Color #ca293a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00101001 00111010
Octal 312 51 72
Decimal 202 41 58
Hex CA 29 3A

RGB Percentages of Color #ca293a

%67.11
%13.62
%19.27

CMYK Percentages of Color #ca293a

%0
%80
%71
%21

Triadic Colors of #ca293a

#ca293a #3aca29 #293aca

Analogous Colors of #ca293a

#ca293a #ca6929 #ca298b

Monochromatic Colors of #ca293a

#ca293a

Complementary Color

#ca293a #29cab9

#ca293a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca293a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca293a Color CSS Codes

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

#ca293a Text Font Color

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

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


#ca293a Background Color

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

This div background color is #ca293a


#ca293a Border Color

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

This div border color is #ca293a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca293a


Comments

No comments written yet.

Please login to write comment.