Color Hex Logo

#ab55de Color Hex

#AB55DE
(171,85,222)
0 Favorites   0 Comments

Color spaces of #ab55de

RGB 17185222
HSL0.770.670.60
HSV278°62°87°
CMYK 0.230.620.00   0.13
XYZ33.227920.428971.2991
Yxy20.42890.26590.1635
Hunter Lab45.198352.1285-61.8895
CIE-Lab52.318757.7516-55.8844

#ab55de color RGB value is (171,85,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010101 11011110
Octal 253 125 336
Decimal 171 85 222
Hex AB 55 DE

RGB Percentages of Color #ab55de

%35.77
%17.78
%46.44

CMYK Percentages of Color #ab55de

%23
%62
%0
%13

Triadic Colors of #ab55de

#ab55de #deab55 #55deab

Analogous Colors of #ab55de

#ab55de #de55cd #6755de

Monochromatic Colors of #ab55de

#ab55de

Complementary Color

#ab55de #88de55

#ab55de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab55de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab55de Color CSS Codes

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

#ab55de Text Font Color

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

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


#ab55de Background Color

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

This div background color is #ab55de


#ab55de Border Color

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

This div border color is #ab55de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab55de


Comments

No comments written yet.

Please login to write comment.