Color Hex Logo

#ca153a Color Hex

#CA153A
(202,21,58)
0 Favorites   0 Comments

Color spaces of #ca153a

RGB 2022158
HSL0.970.810.44
HSV348°90°79°
CMYK 0.000.900.71   0.21
XYZ25.389013.39845.2510
Yxy13.39840.57650.3042
Hunter Lab36.603859.753817.1172
CIE-Lab43.357566.160929.5418

#ca153a color RGB value is (202,21,58).

#ca153a hex color red value is 202, green value is 21 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ca153a hue: 0.97 , saturation: 0.81 and the lightness value of ca153a is 0.44.

The process color (four color CMYK) of #ca153a color hex is 0.00, 0.90, 0.71, 0.21. Web safe color of #ca153a is #cc0033. Color #ca153a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010101 00111010
Octal 312 25 72
Decimal 202 21 58
Hex CA 15 3A

RGB Percentages of Color #ca153a

%71.89
%7.47
%20.64

CMYK Percentages of Color #ca153a

%0
%90
%71
%21

Triadic Colors of #ca153a

#ca153a #3aca15 #153aca

Analogous Colors of #ca153a

#ca153a #ca4b15 #ca1595

Monochromatic Colors of #ca153a

#ca153a

Complementary Color

#ca153a #15caa5

#ca153a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca153a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca153a Color CSS Codes

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

#ca153a Text Font Color

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

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


#ca153a Background Color

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

This div background color is #ca153a


#ca153a Border Color

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

This div border color is #ca153a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,21,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 #ca153a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca153a


Comments

No comments written yet.

Please login to write comment.