Color Hex Logo

#ab84ed Color Hex

#AB84ED
(171,132,237)
0 Favorites   0 Comments

Color spaces of #ab84ed

RGB 171132237
HSL0.730.740.72
HSV262°44°93°
CMYK 0.280.440.00   0.07
XYZ40.331931.274984.0317
Yxy31.27490.25910.2009
Hunter Lab55.924030.8658-49.9427
CIE-Lab62.739036.3356-47.6959

#ab84ed color RGB value is (171,132,237).

#ab84ed hex color red value is 171, green value is 132 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ab84ed hue: 0.73 , saturation: 0.74 and the lightness value of ab84ed is 0.72.

The process color (four color CMYK) of #ab84ed color hex is 0.28, 0.44, 0.00, 0.07. Web safe color of #ab84ed is #9999ff. Color #ab84ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000100 11101101
Octal 253 204 355
Decimal 171 132 237
Hex AB 84 ED

RGB Percentages of Color #ab84ed

%31.67
%24.44
%43.89

CMYK Percentages of Color #ab84ed

%28
%44
%0
%7

Triadic Colors of #ab84ed

#ab84ed #edab84 #84edab

Analogous Colors of #ab84ed

#ab84ed #e084ed #8492ed

Monochromatic Colors of #ab84ed

#ab84ed

Complementary Color

#ab84ed #c6ed84

#ab84ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab84ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab84ed Color CSS Codes

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

#ab84ed Text Font Color

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

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


#ab84ed Background Color

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

This div background color is #ab84ed


#ab84ed Border Color

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

This div border color is #ab84ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab84ed


Comments

No comments written yet.

Please login to write comment.