Color Hex Logo

#ababe1 Color Hex

#ABABE1
(171,171,225)
0 Favorites   0 Comments

Color spaces of #ababe1

RGB 171171225
HSL0.670.470.78
HSV240°24°88°
CMYK 0.240.240.00   0.12
XYZ44.948143.220077.2074
Yxy43.22000.27180.2613
Hunter Lab65.74196.9930-23.6109
CIE-Lab71.704011.5134-27.1320

#ababe1 color RGB value is (171,171,225).

#ababe1 hex color red value is 171, green value is 171 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ababe1 hue: 0.67 , saturation: 0.47 and the lightness value of ababe1 is 0.78.

The process color (four color CMYK) of #ababe1 color hex is 0.24, 0.24, 0.00, 0.12. Web safe color of #ababe1 is #9999cc. Color #ababe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 11100001
Octal 253 253 341
Decimal 171 171 225
Hex AB AB E1

RGB Percentages of Color #ababe1

%30.16
%30.16
%39.68

CMYK Percentages of Color #ababe1

%24
%24
%0
%12

Triadic Colors of #ababe1

#ababe1 #e1abab #abe1ab

Analogous Colors of #ababe1

#ababe1 #c6abe1 #abc6e1

Monochromatic Colors of #ababe1

#ababe1

Complementary Color

#ababe1 #e1e1ab

#ababe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababe1 Color CSS Codes

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

#ababe1 Text Font Color

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

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


#ababe1 Background Color

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

This div background color is #ababe1


#ababe1 Border Color

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

This div border color is #ababe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababe1

#ababe1 Color Palettes


Comments

No comments written yet.

Please login to write comment.