Color Hex Logo

#ab7fea Color Hex

#AB7FEA
(171,127,234)
0 Favorites   0 Comments

Color spaces of #ab7fea

RGB 171127234
HSL0.740.720.71
HSV265°46°92°
CMYK 0.270.460.00   0.08
XYZ39.235229.777281.5216
Yxy29.77720.26060.1978
Hunter Lab54.568532.8481-50.3773
CIE-Lab61.461538.4052-48.0534

#ab7fea color RGB value is (171,127,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111111 11101010
Octal 253 177 352
Decimal 171 127 234
Hex AB 7F EA

RGB Percentages of Color #ab7fea

%32.14
%23.87
%43.98

CMYK Percentages of Color #ab7fea

%27
%46
%0
%8

Triadic Colors of #ab7fea

#ab7fea #eaab7f #7feaab

Analogous Colors of #ab7fea

#ab7fea #e17fea #7f89ea

Monochromatic Colors of #ab7fea

#ab7fea

Complementary Color

#ab7fea #beea7f

#ab7fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7fea Color CSS Codes

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

#ab7fea Text Font Color

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

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


#ab7fea Background Color

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

This div background color is #ab7fea


#ab7fea Border Color

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

This div border color is #ab7fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7fea


Comments

No comments written yet.

Please login to write comment.