Color Hex Logo

#ab94ec Color Hex

#AB94EC
(171,148,236)
0 Favorites   0 Comments

Color spaces of #ab94ec

RGB 171148236
HSL0.710.700.75
HSV256°37°93°
CMYK 0.280.370.00   0.07
XYZ42.524835.893984.0438
Yxy35.89390.26180.2209
Hunter Lab59.911521.8530-41.2339
CIE-Lab66.438827.0781-41.3258

#ab94ec color RGB value is (171,148,236).

#ab94ec hex color red value is 171, green value is 148 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ab94ec hue: 0.71 , saturation: 0.70 and the lightness value of ab94ec is 0.75.

The process color (four color CMYK) of #ab94ec color hex is 0.28, 0.37, 0.00, 0.07. Web safe color of #ab94ec is #9999ff. Color #ab94ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010100 11101100
Octal 253 224 354
Decimal 171 148 236
Hex AB 94 EC

RGB Percentages of Color #ab94ec

%30.81
%26.67
%42.52

CMYK Percentages of Color #ab94ec

%28
%37
%0
%7

Triadic Colors of #ab94ec

#ab94ec #ecab94 #94ecab

Analogous Colors of #ab94ec

#ab94ec #d794ec #94a9ec

Monochromatic Colors of #ab94ec

#ab94ec

Complementary Color

#ab94ec #d5ec94

#ab94ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab94ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab94ec Color CSS Codes

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

#ab94ec Text Font Color

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

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


#ab94ec Background Color

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

This div background color is #ab94ec


#ab94ec Border Color

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

This div border color is #ab94ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab94ec


Comments

No comments written yet.

Please login to write comment.