Color Hex Logo

#ab8fea Color Hex

#AB8FEA
(171,143,234)
0 Favorites   0 Comments

Color spaces of #ab8fea

RGB 171143234
HSL0.720.680.74
HSV258°39°92°
CMYK 0.270.390.00   0.08
XYZ41.468334.243482.2659
Yxy34.24340.26250.2168
Hunter Lab58.517924.0866-42.3889
CIE-Lab65.155329.4167-42.2358

#ab8fea color RGB value is (171,143,234).

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

The process color (four color CMYK) of #ab8fea color hex is 0.27, 0.39, 0.00, 0.08. Web safe color of #ab8fea is #9999ff. Color #ab8fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001111 11101010
Octal 253 217 352
Decimal 171 143 234
Hex AB 8F EA

RGB Percentages of Color #ab8fea

%31.20
%26.09
%42.70

CMYK Percentages of Color #ab8fea

%27
%39
%0
%8

Triadic Colors of #ab8fea

#ab8fea #eaab8f #8feaab

Analogous Colors of #ab8fea

#ab8fea #d98fea #8fa1ea

Monochromatic Colors of #ab8fea

#ab8fea

Complementary Color

#ab8fea #ceea8f

#ab8fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8fea Color CSS Codes

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

#ab8fea Text Font Color

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

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


#ab8fea Background Color

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

This div background color is #ab8fea


#ab8fea Border Color

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

This div border color is #ab8fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8fea


Comments

No comments written yet.

Please login to write comment.