Color Hex Logo

#ca324a Color Hex

#CA324A
(202,50,74)
0 Favorites   0 Comments

Color spaces of #ca324a

RGB 2025074
HSL0.970.600.49
HSV351°75°79°
CMYK 0.000.750.63   0.21
XYZ26.733815.33228.0289
Yxy15.33220.53370.3061
Hunter Lab39.156453.346315.2522
CIE-Lab46.085959.988623.1768

#ca324a color RGB value is (202,50,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110010 01001010
Octal 312 62 112
Decimal 202 50 74
Hex CA 32 4A

RGB Percentages of Color #ca324a

%61.96
%15.34
%22.70

CMYK Percentages of Color #ca324a

%0
%75
%63
%21

Triadic Colors of #ca324a

#ca324a #4aca32 #324aca

Analogous Colors of #ca324a

#ca324a #ca6632 #ca3296

Monochromatic Colors of #ca324a

#ca324a

Complementary Color

#ca324a #32cab2

#ca324a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca324a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca324a Color CSS Codes

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

#ca324a Text Font Color

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

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


#ca324a Background Color

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

This div background color is #ca324a


#ca324a Border Color

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

This div border color is #ca324a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca324a


Comments

No comments written yet.

Please login to write comment.