Color Hex Logo

#ab5dea Color Hex

#AB5DEA
(171,93,234)
0 Favorites   0 Comments

Color spaces of #ab5dea

RGB 17193234
HSL0.760.770.64
HSV273°60°92°
CMYK 0.270.600.00   0.08
XYZ35.560222.427180.2965
Yxy22.42710.25720.1622
Hunter Lab47.357351.1591-67.3790
CIE-Lab54.477356.5029-59.1808

#ab5dea color RGB value is (171,93,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011101 11101010
Octal 253 135 352
Decimal 171 93 234
Hex AB 5D EA

RGB Percentages of Color #ab5dea

%34.34
%18.67
%46.99

CMYK Percentages of Color #ab5dea

%27
%60
%0
%8

Triadic Colors of #ab5dea

#ab5dea #eaab5d #5deaab

Analogous Colors of #ab5dea

#ab5dea #ea5de3 #655dea

Monochromatic Colors of #ab5dea

#ab5dea

Complementary Color

#ab5dea #9cea5d

#ab5dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5dea Color CSS Codes

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

#ab5dea Text Font Color

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

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


#ab5dea Background Color

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

This div background color is #ab5dea


#ab5dea Border Color

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

This div border color is #ab5dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5dea


Comments

No comments written yet.

Please login to write comment.