Color Hex Logo

#ab31ee Color Hex

#AB31EE
(171,49,238)
0 Favorites   0 Comments

Color spaces of #ab31ee

RGB 17149238
HSL0.770.850.56
HSV279°79°93°
CMYK 0.280.790.00   0.07
XYZ33.325517.027682.4191
Yxy17.02760.25100.1282
Hunter Lab41.264571.9449-89.5369
CIE-Lab48.294875.4406-71.4186

#ab31ee color RGB value is (171,49,238).

#ab31ee hex color red value is 171, green value is 49 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ab31ee hue: 0.77 , saturation: 0.85 and the lightness value of ab31ee is 0.56.

The process color (four color CMYK) of #ab31ee color hex is 0.28, 0.79, 0.00, 0.07. Web safe color of #ab31ee is #9933ff. Color #ab31ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110001 11101110
Octal 253 61 356
Decimal 171 49 238
Hex AB 31 EE

RGB Percentages of Color #ab31ee

%37.34
%10.70
%51.97

CMYK Percentages of Color #ab31ee

%28
%79
%0
%7

Triadic Colors of #ab31ee

#ab31ee #eeab31 #31eeab

Analogous Colors of #ab31ee

#ab31ee #ee31d3 #4c31ee

Monochromatic Colors of #ab31ee

#ab31ee

Complementary Color

#ab31ee #74ee31

#ab31ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab31ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab31ee Color CSS Codes

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

#ab31ee Text Font Color

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

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


#ab31ee Background Color

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

This div background color is #ab31ee


#ab31ee Border Color

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

This div border color is #ab31ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab31ee


Comments

No comments written yet.

Please login to write comment.