Color Hex Logo

#ab62ca Color Hex

#AB62CA
(171,98,202)
0 Favorites   0 Comments

Color spaces of #ab62ca

RGB 17198202
HSL0.780.500.59
HSV282°51°79°
CMYK 0.150.510.00   0.21
XYZ31.822921.657658.3802
Yxy21.65760.28450.1936
Hunter Lab46.537740.6188-41.8011
CIE-Lab53.661846.9262-42.3729

#ab62ca color RGB value is (171,98,202).

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

The process color (four color CMYK) of #ab62ca color hex is 0.15, 0.51, 0.00, 0.21. Web safe color of #ab62ca is #9966cc. Color #ab62ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100010 11001010
Octal 253 142 312
Decimal 171 98 202
Hex AB 62 CA

RGB Percentages of Color #ab62ca

%36.31
%20.81
%42.89

CMYK Percentages of Color #ab62ca

%15
%51
%0
%21

Triadic Colors of #ab62ca

#ab62ca #caab62 #62caab

Analogous Colors of #ab62ca

#ab62ca #ca62b5 #7762ca

Monochromatic Colors of #ab62ca

#ab62ca

Complementary Color

#ab62ca #81ca62

#ab62ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab62ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab62ca Color CSS Codes

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

#ab62ca Text Font Color

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

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


#ab62ca Background Color

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

This div background color is #ab62ca


#ab62ca Border Color

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

This div border color is #ab62ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab62ca


Comments

No comments written yet.

Please login to write comment.