Color Hex Logo

#ca62ac Color Hex

#CA62AC
(202,98,172)
0 Favorites   0 Comments

Color spaces of #ca62ac

RGB 20298172
HSL0.880.500.59
HSV317°51°79°
CMYK 0.000.510.15   0.21
XYZ36.171224.270541.8080
Yxy24.27050.35380.2374
Hunter Lab49.265144.8435-15.8299
CIE-Lab56.357650.4498-20.6116

#ca62ac color RGB value is (202,98,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100010 10101100
Octal 312 142 254
Decimal 202 98 172
Hex CA 62 AC

RGB Percentages of Color #ca62ac

%42.80
%20.76
%36.44

CMYK Percentages of Color #ca62ac

%0
%51
%15
%21

Triadic Colors of #ca62ac

#ca62ac #acca62 #62acca

Analogous Colors of #ca62ac

#ca62ac #ca6278 #b462ca

Monochromatic Colors of #ca62ac

#ca62ac

Complementary Color

#ca62ac #62ca80

#ca62ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca62ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca62ac Color CSS Codes

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

#ca62ac Text Font Color

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

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


#ca62ac Background Color

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

This div background color is #ca62ac


#ca62ac Border Color

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

This div border color is #ca62ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,98,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 #ca62ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca62ac


Comments

No comments written yet.

Please login to write comment.