Color Hex Logo

#ab76ee Color Hex

#AB76EE
(171,118,238)
0 Favorites   0 Comments

Color spaces of #ab76ee

RGB 171118238
HSL0.740.780.70
HSV267°50°93°
CMYK 0.280.500.00   0.07
XYZ38.705627.787884.2125
Yxy27.78780.25680.1844
Hunter Lab52.714138.8147-57.8178
CIE-Lab59.696544.3301-53.0730

#ab76ee color RGB value is (171,118,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 11101110
Octal 253 166 356
Decimal 171 118 238
Hex AB 76 EE

RGB Percentages of Color #ab76ee

%32.45
%22.39
%45.16

CMYK Percentages of Color #ab76ee

%28
%50
%0
%7

Triadic Colors of #ab76ee

#ab76ee #eeab76 #76eeab

Analogous Colors of #ab76ee

#ab76ee #e776ee #767dee

Monochromatic Colors of #ab76ee

#ab76ee

Complementary Color

#ab76ee #b9ee76

#ab76ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab76ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab76ee Color CSS Codes

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

#ab76ee Text Font Color

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

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


#ab76ee Background Color

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

This div background color is #ab76ee


#ab76ee Border Color

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

This div border color is #ab76ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab76ee

#ab76ee Color Palettes


Comments

No comments written yet.

Please login to write comment.