Color Hex Logo

#ab62dc Color Hex

#AB62DC
(171,98,220)
0 Favorites   0 Comments

Color spaces of #ab62dc

RGB 17198220
HSL0.770.640.62
HSV276°55°86°
CMYK 0.220.550.00   0.14
XYZ34.080522.560670.2685
Yxy22.56060.26850.1778
Hunter Lab47.498044.9548-54.4650
CIE-Lab54.616850.8331-51.0813

#ab62dc color RGB value is (171,98,220).

#ab62dc hex color red value is 171, green value is 98 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ab62dc hue: 0.77 , saturation: 0.64 and the lightness value of ab62dc is 0.62.

The process color (four color CMYK) of #ab62dc color hex is 0.22, 0.55, 0.00, 0.14. Web safe color of #ab62dc is #9966cc. Color #ab62dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100010 11011100
Octal 253 142 334
Decimal 171 98 220
Hex AB 62 DC

RGB Percentages of Color #ab62dc

%34.97
%20.04
%44.99

CMYK Percentages of Color #ab62dc

%22
%55
%0
%14

Triadic Colors of #ab62dc

#ab62dc #dcab62 #62dcab

Analogous Colors of #ab62dc

#ab62dc #dc62d0 #6e62dc

Monochromatic Colors of #ab62dc

#ab62dc

Complementary Color

#ab62dc #93dc62

#ab62dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab62dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab62dc Color CSS Codes

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

#ab62dc Text Font Color

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

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


#ab62dc Background Color

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

This div background color is #ab62dc


#ab62dc Border Color

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

This div border color is #ab62dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab62dc


Comments

No comments written yet.

Please login to write comment.