Color Hex Logo

#ca329c Color Hex

#CA329C
(202,50,156)
0 Favorites   0 Comments

Color spaces of #ca329c

RGB 20250156
HSL0.880.600.49
HSV318°75°79°
CMYK 0.000.750.23   0.21
XYZ31.498517.238133.1196
Yxy17.23810.38480.2106
Hunter Lab41.518862.7623-18.2326
CIE-Lab48.558767.7388-23.1969

#ca329c color RGB value is (202,50,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110010 10011100
Octal 312 62 234
Decimal 202 50 156
Hex CA 32 9C

RGB Percentages of Color #ca329c

%49.51
%12.25
%38.24

CMYK Percentages of Color #ca329c

%0
%75
%23
%21

Triadic Colors of #ca329c

#ca329c #9cca32 #329cca

Analogous Colors of #ca329c

#ca329c #ca3250 #ac32ca

Monochromatic Colors of #ca329c

#ca329c

Complementary Color

#ca329c #32ca60

#ca329c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca329c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca329c Color CSS Codes

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

#ca329c Text Font Color

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

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


#ca329c Background Color

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

This div background color is #ca329c


#ca329c Border Color

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

This div border color is #ca329c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca329c


Comments

No comments written yet.

Please login to write comment.