Color Hex Logo

#ca32ad Color Hex

#CA32AD
(202,50,173)
0 Favorites   0 Comments

Color spaces of #ca32ad

RGB 20250173
HSL0.870.600.49
HSV311°75°79°
CMYK 0.000.750.14   0.21
XYZ33.040517.854941.2401
Yxy17.85490.35860.1938
Hunter Lab42.255165.6282-28.2873
CIE-Lab49.319670.0152-32.0848

#ca32ad color RGB value is (202,50,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110010 10101101
Octal 312 62 255
Decimal 202 50 173
Hex CA 32 AD

RGB Percentages of Color #ca32ad

%47.53
%11.76
%40.71

CMYK Percentages of Color #ca32ad

%0
%75
%14
%21

Triadic Colors of #ca32ad

#ca32ad #adca32 #32adca

Analogous Colors of #ca32ad

#ca32ad #ca3261 #9b32ca

Monochromatic Colors of #ca32ad

#ca32ad

Complementary Color

#ca32ad #32ca4f

#ca32ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca32ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca32ad Color CSS Codes

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

#ca32ad Text Font Color

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

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


#ca32ad Background Color

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

This div background color is #ca32ad


#ca32ad Border Color

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

This div border color is #ca32ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca32ad


Comments

No comments written yet.

Please login to write comment.