Color Hex Logo

#ab56ee Color Hex

#AB56EE
(171,86,238)
0 Favorites   0 Comments

Color spaces of #ab56ee

RGB 17186238
HSL0.760.820.64
HSV274°64°93°
CMYK 0.280.640.00   0.07
XYZ35.555021.486683.1623
Yxy21.48660.25360.1533
Hunter Lab46.353655.7974-73.9237
CIE-Lab53.478060.7926-63.0283

#ab56ee color RGB value is (171,86,238).

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

The process color (four color CMYK) of #ab56ee color hex is 0.28, 0.64, 0.00, 0.07. Web safe color of #ab56ee is #9966ff. Color #ab56ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010110 11101110
Octal 253 126 356
Decimal 171 86 238
Hex AB 56 EE

RGB Percentages of Color #ab56ee

%34.55
%17.37
%48.08

CMYK Percentages of Color #ab56ee

%28
%64
%0
%7

Triadic Colors of #ab56ee

#ab56ee #eeab56 #56eeab

Analogous Colors of #ab56ee

#ab56ee #ee56e5 #5f56ee

Monochromatic Colors of #ab56ee

#ab56ee

Complementary Color

#ab56ee #99ee56

#ab56ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab56ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab56ee Color CSS Codes

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

#ab56ee Text Font Color

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

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


#ab56ee Background Color

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

This div background color is #ab56ee


#ab56ee Border Color

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

This div border color is #ab56ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab56ee


Comments

No comments written yet.

Please login to write comment.