Color Hex Logo

#ab62dd Color Hex

#AB62DD
(171,98,221)
0 Favorites   0 Comments

Color spaces of #ab62dd

RGB 17198221
HSL0.770.640.63
HSV276°56°87°
CMYK 0.230.560.00   0.13
XYZ34.213422.613770.9683
Yxy22.61370.26770.1770
Hunter Lab47.553945.2055-55.1953
CIE-Lab54.672251.0556-51.5577

#ab62dd color RGB value is (171,98,221).

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

The process color (four color CMYK) of #ab62dd color hex is 0.23, 0.56, 0.00, 0.13. Web safe color of #ab62dd is #9966cc. Color #ab62dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100010 11011101
Octal 253 142 335
Decimal 171 98 221
Hex AB 62 DD

RGB Percentages of Color #ab62dd

%34.90
%20.00
%45.10

CMYK Percentages of Color #ab62dd

%23
%56
%0
%13

Triadic Colors of #ab62dd

#ab62dd #ddab62 #62ddab

Analogous Colors of #ab62dd

#ab62dd #dd62d2 #6e62dd

Monochromatic Colors of #ab62dd

#ab62dd

Complementary Color

#ab62dd #94dd62

#ab62dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab62dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab62dd Color CSS Codes

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

#ab62dd Text Font Color

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

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


#ab62dd Background Color

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

This div background color is #ab62dd


#ab62dd Border Color

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

This div border color is #ab62dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab62dd


Comments

No comments written yet.

Please login to write comment.