Color Hex Logo

#ab55da Color Hex

#AB55DA
(171,85,218)
0 Favorites   0 Comments

Color spaces of #ab55da

RGB 17185218
HSL0.770.640.59
HSV279°61°85°
CMYK 0.220.610.00   0.15
XYZ32.698020.216968.5085
Yxy20.21690.26930.1665
Hunter Lab44.963251.1226-58.8634
CIE-Lab52.081656.8913-53.9972

#ab55da color RGB value is (171,85,218).

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

The process color (four color CMYK) of #ab55da color hex is 0.22, 0.61, 0.00, 0.15. Web safe color of #ab55da is #9966cc. Color #ab55da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010101 11011010
Octal 253 125 332
Decimal 171 85 218
Hex AB 55 DA

RGB Percentages of Color #ab55da

%36.08
%17.93
%45.99

CMYK Percentages of Color #ab55da

%22
%61
%0
%15

Triadic Colors of #ab55da

#ab55da #daab55 #55daab

Analogous Colors of #ab55da

#ab55da #da55c7 #6955da

Monochromatic Colors of #ab55da

#ab55da

Complementary Color

#ab55da #84da55

#ab55da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab55da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab55da Color CSS Codes

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

#ab55da Text Font Color

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

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


#ab55da Background Color

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

This div background color is #ab55da


#ab55da Border Color

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

This div border color is #ab55da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab55da


Comments

No comments written yet.

Please login to write comment.