Color Hex Logo

#ab5bea Color Hex

#AB5BEA
(171,91,234)
0 Favorites   0 Comments

Color spaces of #ab5bea

RGB 17191234
HSL0.760.770.64
HSV274°61°92°
CMYK 0.270.610.00   0.08
XYZ35.387022.080680.2388
Yxy22.08060.25700.1603
Hunter Lab46.990052.1914-68.3489
CIE-Lab54.112457.4897-59.7666

#ab5bea color RGB value is (171,91,234).

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

The process color (four color CMYK) of #ab5bea color hex is 0.27, 0.61, 0.00, 0.08. Web safe color of #ab5bea is #9966ff. Color #ab5bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011011 11101010
Octal 253 133 352
Decimal 171 91 234
Hex AB 5B EA

RGB Percentages of Color #ab5bea

%34.48
%18.35
%47.18

CMYK Percentages of Color #ab5bea

%27
%61
%0
%8

Triadic Colors of #ab5bea

#ab5bea #eaab5b #5beaab

Analogous Colors of #ab5bea

#ab5bea #ea5be2 #645bea

Monochromatic Colors of #ab5bea

#ab5bea

Complementary Color

#ab5bea #9aea5b

#ab5bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5bea Color CSS Codes

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

#ab5bea Text Font Color

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

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


#ab5bea Background Color

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

This div background color is #ab5bea


#ab5bea Border Color

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

This div border color is #ab5bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5bea


Comments

No comments written yet.

Please login to write comment.