Color Hex Logo

#ab55dd Color Hex

#AB55DD
(171,85,221)
0 Favorites   0 Comments

Color spaces of #ab55dd

RGB 17185221
HSL0.770.670.60
HSV278°62°87°
CMYK 0.230.620.00   0.13
XYZ33.094220.375470.5952
Yxy20.37540.26670.1642
Hunter Lab45.139151.8756-61.1290
CIE-Lab52.259057.5358-55.4139

#ab55dd color RGB value is (171,85,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010101 11011101
Octal 253 125 335
Decimal 171 85 221
Hex AB 55 DD

RGB Percentages of Color #ab55dd

%35.85
%17.82
%46.33

CMYK Percentages of Color #ab55dd

%23
%62
%0
%13

Triadic Colors of #ab55dd

#ab55dd #ddab55 #55ddab

Analogous Colors of #ab55dd

#ab55dd #dd55cb #6755dd

Monochromatic Colors of #ab55dd

#ab55dd

Complementary Color

#ab55dd #87dd55

#ab55dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab55dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab55dd Color CSS Codes

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

#ab55dd Text Font Color

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

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


#ab55dd Background Color

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

This div background color is #ab55dd


#ab55dd Border Color

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

This div border color is #ab55dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,85,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 #ab55dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab55dd


Comments

No comments written yet.

Please login to write comment.