Color Hex Logo

#ab1eea Color Hex

#AB1EEA
(171,30,234)
0 Favorites   0 Comments

Color spaces of #ab1eea

RGB 17130234
HSL0.780.830.52
HSV281°87°92°
CMYK 0.270.870.00   0.08
XYZ32.110115.527079.1465
Yxy15.52700.25330.1225
Hunter Lab39.404376.4999-91.5054
CIE-Lab46.347779.4938-72.3305

#ab1eea color RGB value is (171,30,234).

#ab1eea hex color red value is 171, green value is 30 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ab1eea hue: 0.78 , saturation: 0.83 and the lightness value of ab1eea is 0.52.

The process color (four color CMYK) of #ab1eea color hex is 0.27, 0.87, 0.00, 0.08. Web safe color of #ab1eea is #9933ff. Color #ab1eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011110 11101010
Octal 253 36 352
Decimal 171 30 234
Hex AB 1E EA

RGB Percentages of Color #ab1eea

%39.31
%6.90
%53.79

CMYK Percentages of Color #ab1eea

%27
%87
%0
%8

Triadic Colors of #ab1eea

#ab1eea #eaab1e #1eeaab

Analogous Colors of #ab1eea

#ab1eea #ea1ec3 #451eea

Monochromatic Colors of #ab1eea

#ab1eea

Complementary Color

#ab1eea #5dea1e

#ab1eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1eea Color CSS Codes

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

#ab1eea Text Font Color

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

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


#ab1eea Background Color

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

This div background color is #ab1eea


#ab1eea Border Color

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

This div border color is #ab1eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1eea


Comments

No comments written yet.

Please login to write comment.