Color Hex Logo

#ab75ed Color Hex

#AB75ED
(171,117,237)
0 Favorites   0 Comments

Color spaces of #ab75ed

RGB 171117237
HSL0.740.770.69
HSV267°51°93°
CMYK 0.280.510.00   0.07
XYZ38.441927.494983.4017
Yxy27.49490.25740.1841
Hunter Lab52.435639.1008-57.5991
CIE-Lab59.429644.6370-52.9421

#ab75ed color RGB value is (171,117,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110101 11101101
Octal 253 165 355
Decimal 171 117 237
Hex AB 75 ED

RGB Percentages of Color #ab75ed

%32.57
%22.29
%45.14

CMYK Percentages of Color #ab75ed

%28
%51
%0
%7

Triadic Colors of #ab75ed

#ab75ed #edab75 #75edab

Analogous Colors of #ab75ed

#ab75ed #e775ed #757bed

Monochromatic Colors of #ab75ed

#ab75ed

Complementary Color

#ab75ed #b7ed75

#ab75ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab75ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab75ed Color CSS Codes

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

#ab75ed Text Font Color

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

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


#ab75ed Background Color

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

This div background color is #ab75ed


#ab75ed Border Color

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

This div border color is #ab75ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab75ed


Comments

No comments written yet.

Please login to write comment.