Color Hex Logo

#ca294a Color Hex

#CA294A
(202,41,74)
0 Favorites   0 Comments

Color spaces of #ca294a

RGB 2024174
HSL0.970.660.48
HSV348°80°79°
CMYK 0.000.800.63   0.21
XYZ26.386114.63687.9131
Yxy14.63680.53920.2991
Hunter Lab38.258156.157514.5174
CIE-Lab45.132762.670821.9385

#ca294a color RGB value is (202,41,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00101001 01001010
Octal 312 51 112
Decimal 202 41 74
Hex CA 29 4A

RGB Percentages of Color #ca294a

%63.72
%12.93
%23.34

CMYK Percentages of Color #ca294a

%0
%80
%63
%21

Triadic Colors of #ca294a

#ca294a #4aca29 #294aca

Analogous Colors of #ca294a

#ca294a #ca5829 #ca299b

Monochromatic Colors of #ca294a

#ca294a

Complementary Color

#ca294a #29caa9

#ca294a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca294a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca294a Color CSS Codes

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

#ca294a Text Font Color

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

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


#ca294a Background Color

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

This div background color is #ca294a


#ca294a Border Color

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

This div border color is #ca294a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca294a


Comments

No comments written yet.

Please login to write comment.