Color Hex Logo

#ca2960 Color Hex

#CA2960
(202,41,96)
0 Favorites   0 Comments

Color spaces of #ca2960

RGB 2024196
HSL0.940.660.48
HSV340°80°79°
CMYK 0.000.800.52   0.21
XYZ27.261414.987012.5223
Yxy14.98700.49770.2736
Hunter Lab38.713057.95047.9209
CIE-Lab45.616464.15348.9743

#ca2960 color RGB value is (202,41,96).

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

The process color (four color CMYK) of #ca2960 color hex is 0.00, 0.80, 0.52, 0.21. Web safe color of #ca2960 is #cc3366. Color #ca2960 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00101001 01100000
Octal 312 51 140
Decimal 202 41 96
Hex CA 29 60

RGB Percentages of Color #ca2960

%59.59
%12.09
%28.32

CMYK Percentages of Color #ca2960

%0
%80
%52
%21

Triadic Colors of #ca2960

#ca2960 #60ca29 #2960ca

Analogous Colors of #ca2960

#ca2960 #ca4229 #ca29b1

Monochromatic Colors of #ca2960

#ca2960

Complementary Color

#ca2960 #29ca93

#ca2960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca2960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca2960 Color CSS Codes

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

#ca2960 Text Font Color

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

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


#ca2960 Background Color

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

This div background color is #ca2960


#ca2960 Border Color

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

This div border color is #ca2960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca2960


Comments

No comments written yet.

Please login to write comment.