Color Hex Logo

#ca058a Color Hex

#CA058A
(202,5,138)
0 Favorites   0 Comments

Color spaces of #ca058a

RGB 2025138
HSL0.890.950.41
HSV319°98°79°
CMYK 0.000.980.32   0.21
XYZ28.998814.500125.3151
Yxy14.50010.42140.2107
Hunter Lab38.079069.2972-12.7610
CIE-Lab44.941873.9224-17.9086

#ca058a color RGB value is (202,5,138).

#ca058a hex color red value is 202, green value is 5 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ca058a hue: 0.89 , saturation: 0.95 and the lightness value of ca058a is 0.41.

The process color (four color CMYK) of #ca058a color hex is 0.00, 0.98, 0.32, 0.21. Web safe color of #ca058a is #cc0099. Color #ca058a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000101 10001010
Octal 312 5 212
Decimal 202 5 138
Hex CA 5 8A

RGB Percentages of Color #ca058a

%58.55
%1.45
%40.00

CMYK Percentages of Color #ca058a

%0
%98
%32
%21

Triadic Colors of #ca058a

#ca058a #8aca05 #058aca

Analogous Colors of #ca058a

#ca058a #ca0527 #a805ca

Monochromatic Colors of #ca058a

#ca058a

Complementary Color

#ca058a #05ca45

#ca058a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca058a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca058a Color CSS Codes

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

#ca058a Text Font Color

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

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


#ca058a Background Color

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

This div background color is #ca058a


#ca058a Border Color

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

This div border color is #ca058a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca058a


Comments

No comments written yet.

Please login to write comment.