Color Hex Logo

#ca60ab Color Hex

#CA60AB
(202,96,171)
0 Favorites   0 Comments

Color spaces of #ca60ab

RGB 20296171
HSL0.880.500.58
HSV318°52°79°
CMYK 0.000.520.15   0.21
XYZ35.890723.862641.2424
Yxy23.86260.35540.2363
Hunter Lab48.849445.6615-15.8626
CIE-Lab55.950051.2678-20.6559

#ca60ab color RGB value is (202,96,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100000 10101011
Octal 312 140 253
Decimal 202 96 171
Hex CA 60 AB

RGB Percentages of Color #ca60ab

%43.07
%20.47
%36.46

CMYK Percentages of Color #ca60ab

%0
%52
%15
%21

Triadic Colors of #ca60ab

#ca60ab #abca60 #60abca

Analogous Colors of #ca60ab

#ca60ab #ca6076 #b460ca

Monochromatic Colors of #ca60ab

#ca60ab

Complementary Color

#ca60ab #60ca7f

#ca60ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca60ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca60ab Color CSS Codes

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

#ca60ab Text Font Color

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

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


#ca60ab Background Color

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

This div background color is #ca60ab


#ca60ab Border Color

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

This div border color is #ca60ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca60ab


Comments

No comments written yet.

Please login to write comment.