Color Hex Logo

#ca153e Color Hex

#CA153E
(202,21,62)
0 Favorites   0 Comments

Color spaces of #ca153e

RGB 2022162
HSL0.960.810.44
HSV346°90°79°
CMYK 0.000.900.69   0.21
XYZ25.494813.44075.8080
Yxy13.44070.56980.3004
Hunter Lab36.661659.972916.2702
CIE-Lab43.419966.338627.1613

#ca153e color RGB value is (202,21,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010101 00111110
Octal 312 25 76
Decimal 202 21 62
Hex CA 15 3E

RGB Percentages of Color #ca153e

%70.88
%7.37
%21.75

CMYK Percentages of Color #ca153e

%0
%90
%69
%21

Triadic Colors of #ca153e

#ca153e #3eca15 #153eca

Analogous Colors of #ca153e

#ca153e #ca4715 #ca1599

Monochromatic Colors of #ca153e

#ca153e

Complementary Color

#ca153e #15caa1

#ca153e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca153e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca153e Color CSS Codes

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

#ca153e Text Font Color

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

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


#ca153e Background Color

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

This div background color is #ca153e


#ca153e Border Color

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

This div border color is #ca153e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca153e


Comments

No comments written yet.

Please login to write comment.