Color Hex Logo

#ab77ef Color Hex

#AB77EF
(171,119,239)
0 Favorites   0 Comments

Color spaces of #ab77ef

RGB 171119239
HSL0.740.790.70
HSV266°50°94°
CMYK 0.280.500.00   0.06
XYZ38.971428.083685.0280
Yxy28.08360.25630.1847
Hunter Lab52.994038.5283-58.0341
CIE-Lab59.964244.0229-53.2022

#ab77ef color RGB value is (171,119,239).

#ab77ef hex color red value is 171, green value is 119 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ab77ef hue: 0.74 , saturation: 0.79 and the lightness value of ab77ef is 0.70.

The process color (four color CMYK) of #ab77ef color hex is 0.28, 0.50, 0.00, 0.06. Web safe color of #ab77ef is #9966ff. Color #ab77ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110111 11101111
Octal 253 167 357
Decimal 171 119 239
Hex AB 77 EF

RGB Percentages of Color #ab77ef

%32.33
%22.50
%45.18

CMYK Percentages of Color #ab77ef

%28
%50
%0
%6

Triadic Colors of #ab77ef

#ab77ef #efab77 #77efab

Analogous Colors of #ab77ef

#ab77ef #e777ef #777fef

Monochromatic Colors of #ab77ef

#ab77ef

Complementary Color

#ab77ef #bbef77

#ab77ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab77ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab77ef Color CSS Codes

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

#ab77ef Text Font Color

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

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


#ab77ef Background Color

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

This div background color is #ab77ef


#ab77ef Border Color

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

This div border color is #ab77ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab77ef


Comments

No comments written yet.

Please login to write comment.