Color Hex Logo

#ca60ac Color Hex

#CA60AC
(202,96,172)
0 Favorites   0 Comments

Color spaces of #ca60ac

RGB 20296172
HSL0.880.500.58
HSV317°52°79°
CMYK 0.000.520.15   0.21
XYZ35.986423.900941.7464
Yxy23.90090.35410.2352
Hunter Lab48.888545.8372-16.4063
CIE-Lab55.988451.4229-21.1767

#ca60ac color RGB value is (202,96,172).

#ca60ac hex color red value is 202, green value is 96 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ca60ac hue: 0.88 , saturation: 0.50 and the lightness value of ca60ac is 0.58.

The process color (four color CMYK) of #ca60ac color hex is 0.00, 0.52, 0.15, 0.21. Web safe color of #ca60ac is #cc6699. Color #ca60ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100000 10101100
Octal 312 140 254
Decimal 202 96 172
Hex CA 60 AC

RGB Percentages of Color #ca60ac

%42.98
%20.43
%36.60

CMYK Percentages of Color #ca60ac

%0
%52
%15
%21

Triadic Colors of #ca60ac

#ca60ac #acca60 #60acca

Analogous Colors of #ca60ac

#ca60ac #ca6077 #b360ca

Monochromatic Colors of #ca60ac

#ca60ac

Complementary Color

#ca60ac #60ca7e

#ca60ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca60ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca60ac Color CSS Codes

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

#ca60ac Text Font Color

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

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


#ca60ac Background Color

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

This div background color is #ca60ac


#ca60ac Border Color

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

This div border color is #ca60ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca60ac


Comments

No comments written yet.

Please login to write comment.