Color Hex Logo

#ab54da Color Hex

#AB54DA
(171,84,218)
0 Favorites   0 Comments

Color spaces of #ab54da

RGB 17184218
HSL0.770.640.59
HSV279°61°85°
CMYK 0.220.610.00   0.15
XYZ32.619820.060568.4825
Yxy20.06050.26920.1656
Hunter Lab44.788951.6209-59.3024
CIE-Lab51.905557.3705-54.2790

#ab54da color RGB value is (171,84,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010100 11011010
Octal 253 124 332
Decimal 171 84 218
Hex AB 54 DA

RGB Percentages of Color #ab54da

%36.15
%17.76
%46.09

CMYK Percentages of Color #ab54da

%22
%61
%0
%15

Triadic Colors of #ab54da

#ab54da #daab54 #54daab

Analogous Colors of #ab54da

#ab54da #da54c6 #6854da

Monochromatic Colors of #ab54da

#ab54da

Complementary Color

#ab54da #83da54

#ab54da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab54da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab54da Color CSS Codes

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

#ab54da Text Font Color

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

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


#ab54da Background Color

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

This div background color is #ab54da


#ab54da Border Color

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

This div border color is #ab54da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab54da


Comments

No comments written yet.

Please login to write comment.