Color Hex Logo

#ca329a Color Hex

#CA329A
(202,50,154)
0 Favorites   0 Comments

Color spaces of #ca329a

RGB 20250154
HSL0.890.600.49
HSV319°75°79°
CMYK 0.000.750.24   0.21
XYZ31.330517.170932.2349
Yxy17.17090.38810.2127
Hunter Lab41.437862.4451-17.1159
CIE-Lab48.474767.4846-22.1333

#ca329a color RGB value is (202,50,154).

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

The process color (four color CMYK) of #ca329a color hex is 0.00, 0.75, 0.24, 0.21. Web safe color of #ca329a is #cc3399. Color #ca329a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110010 10011010
Octal 312 62 232
Decimal 202 50 154
Hex CA 32 9A

RGB Percentages of Color #ca329a

%49.75
%12.32
%37.93

CMYK Percentages of Color #ca329a

%0
%75
%24
%21

Triadic Colors of #ca329a

#ca329a #9aca32 #329aca

Analogous Colors of #ca329a

#ca329a #ca324e #ae32ca

Monochromatic Colors of #ca329a

#ca329a

Complementary Color

#ca329a #32ca62

#ca329a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca329a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca329a Color CSS Codes

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

#ca329a Text Font Color

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

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


#ca329a Background Color

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

This div background color is #ca329a


#ca329a Border Color

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

This div border color is #ca329a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca329a


Comments

No comments written yet.

Please login to write comment.