Color Hex Logo

#ca024e Color Hex

#CA024E
(202,2,78)
0 Favorites   0 Comments

Color spaces of #ca024e

RGB 202278
HSL0.940.980.40
HSV337°99°79°
CMYK 0.000.990.61   0.21
XYZ25.754013.15008.3886
Yxy13.15000.54460.2781
Hunter Lab36.262963.310911.6687
CIE-Lab42.988469.287716.6021

#ca024e color RGB value is (202,2,78).

#ca024e hex color red value is 202, green value is 2 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ca024e hue: 0.94 , saturation: 0.98 and the lightness value of ca024e is 0.40.

The process color (four color CMYK) of #ca024e color hex is 0.00, 0.99, 0.61, 0.21. Web safe color of #ca024e is #cc0066. Color #ca024e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000010 01001110
Octal 312 2 116
Decimal 202 2 78
Hex CA 2 4E

RGB Percentages of Color #ca024e

%71.63
%0.71
%27.66

CMYK Percentages of Color #ca024e

%0
%99
%61
%21

Triadic Colors of #ca024e

#ca024e #4eca02 #024eca

Analogous Colors of #ca024e

#ca024e #ca1a02 #ca02b2

Monochromatic Colors of #ca024e

#ca024e

Complementary Color

#ca024e #02ca7e

#ca024e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca024e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca024e Color CSS Codes

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

#ca024e Text Font Color

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

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


#ca024e Background Color

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

This div background color is #ca024e


#ca024e Border Color

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

This div border color is #ca024e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca024e


Comments

No comments written yet.

Please login to write comment.