Color Hex Logo

#ab62cc Color Hex

#AB62CC
(171,98,204)
0 Favorites   0 Comments

Color spaces of #ab62cc

RGB 17198204
HSL0.780.510.59
HSV281°52°80°
CMYK 0.160.520.00   0.20
XYZ32.061421.752959.6357
Yxy21.75290.28260.1917
Hunter Lab46.640041.0850-43.1625
CIE-Lab53.763847.3516-43.3535

#ab62cc color RGB value is (171,98,204).

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

The process color (four color CMYK) of #ab62cc color hex is 0.16, 0.52, 0.00, 0.20. Web safe color of #ab62cc is #9966cc. Color #ab62cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100010 11001100
Octal 253 142 314
Decimal 171 98 204
Hex AB 62 CC

RGB Percentages of Color #ab62cc

%36.15
%20.72
%43.13

CMYK Percentages of Color #ab62cc

%16
%52
%0
%20

Triadic Colors of #ab62cc

#ab62cc #ccab62 #62ccab

Analogous Colors of #ab62cc

#ab62cc #cc62b8 #7662cc

Monochromatic Colors of #ab62cc

#ab62cc

Complementary Color

#ab62cc #83cc62

#ab62cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab62cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab62cc Color CSS Codes

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

#ab62cc Text Font Color

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

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


#ab62cc Background Color

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

This div background color is #ab62cc


#ab62cc Border Color

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

This div border color is #ab62cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab62cc


Comments

No comments written yet.

Please login to write comment.