Color Hex Logo

#ab70eb Color Hex

#AB70EB
(171,112,235)
0 Favorites   0 Comments

Color spaces of #ab70eb

RGB 171112235
HSL0.750.750.68
HSV269°52°92°
CMYK 0.270.520.00   0.08
XYZ37.584226.244481.6820
Yxy26.24440.25830.1804
Hunter Lab51.229341.3047-58.6738
CIE-Lab58.268346.8720-53.6779

#ab70eb color RGB value is (171,112,235).

#ab70eb hex color red value is 171, green value is 112 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ab70eb hue: 0.75 , saturation: 0.75 and the lightness value of ab70eb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110000 11101011
Octal 253 160 353
Decimal 171 112 235
Hex AB 70 EB

RGB Percentages of Color #ab70eb

%33.01
%21.62
%45.37

CMYK Percentages of Color #ab70eb

%27
%52
%0
%8

Triadic Colors of #ab70eb

#ab70eb #ebab70 #70ebab

Analogous Colors of #ab70eb

#ab70eb #e970eb #7073eb

Monochromatic Colors of #ab70eb

#ab70eb

Complementary Color

#ab70eb #b0eb70

#ab70eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab70eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab70eb Color CSS Codes

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

#ab70eb Text Font Color

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

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


#ab70eb Background Color

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

This div background color is #ab70eb


#ab70eb Border Color

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

This div border color is #ab70eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab70eb


Comments

No comments written yet.

Please login to write comment.