Color Hex Logo

#ab5aeb Color Hex

#AB5AEB
(171,90,235)
0 Favorites   0 Comments

Color spaces of #ab5aeb

RGB 17190235
HSL0.760.780.64
HSV274°62°92°
CMYK 0.270.620.00   0.08
XYZ35.446121.968480.9694
Yxy21.96840.25610.1587
Hunter Lab46.870552.9685-69.6150
CIE-Lab53.993558.2025-60.5183

#ab5aeb color RGB value is (171,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011010 11101011
Octal 253 132 353
Decimal 171 90 235
Hex AB 5A EB

RGB Percentages of Color #ab5aeb

%34.48
%18.15
%47.38

CMYK Percentages of Color #ab5aeb

%27
%62
%0
%8

Triadic Colors of #ab5aeb

#ab5aeb #ebab5a #5aebab

Analogous Colors of #ab5aeb

#ab5aeb #eb5ae3 #625aeb

Monochromatic Colors of #ab5aeb

#ab5aeb

Complementary Color

#ab5aeb #9aeb5a

#ab5aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5aeb Color CSS Codes

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

#ab5aeb Text Font Color

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

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


#ab5aeb Background Color

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

This div background color is #ab5aeb


#ab5aeb Border Color

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

This div border color is #ab5aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5aeb


Comments

No comments written yet.

Please login to write comment.