Color Hex Logo

#ab75eb Color Hex

#AB75EB
(171,117,235)
0 Favorites   0 Comments

Color spaces of #ab75eb

RGB 171117235
HSL0.740.750.69
HSV267°50°92°
CMYK 0.270.500.00   0.08
XYZ38.151327.378781.8711
Yxy27.37870.25880.1857
Hunter Lab52.324738.5809-56.1423
CIE-Lab59.323244.1615-51.9992

#ab75eb color RGB value is (171,117,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110101 11101011
Octal 253 165 353
Decimal 171 117 235
Hex AB 75 EB

RGB Percentages of Color #ab75eb

%32.70
%22.37
%44.93

CMYK Percentages of Color #ab75eb

%27
%50
%0
%8

Triadic Colors of #ab75eb

#ab75eb #ebab75 #75ebab

Analogous Colors of #ab75eb

#ab75eb #e675eb #757aeb

Monochromatic Colors of #ab75eb

#ab75eb

Complementary Color

#ab75eb #b5eb75

#ab75eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab75eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab75eb Color CSS Codes

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

#ab75eb Text Font Color

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

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


#ab75eb Background Color

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

This div background color is #ab75eb


#ab75eb Border Color

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

This div border color is #ab75eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab75eb


Comments

No comments written yet.

Please login to write comment.