Color Hex Logo

#ababe0 Color Hex

#ABABE0
(171,171,224)
0 Favorites   0 Comments

Color spaces of #ababe0

RGB 171171224
HSL0.670.460.77
HSV240°24°88°
CMYK 0.240.240.00   0.12
XYZ44.812043.165676.4909
Yxy43.16560.27250.2625
Hunter Lab65.70056.7726-23.0372
CIE-Lab71.667211.2785-26.6420

#ababe0 color RGB value is (171,171,224).

#ababe0 hex color red value is 171, green value is 171 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #ababe0 hue: 0.67 , saturation: 0.46 and the lightness value of ababe0 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 11100000
Octal 253 253 340
Decimal 171 171 224
Hex AB AB E0

RGB Percentages of Color #ababe0

%30.21
%30.21
%39.58

CMYK Percentages of Color #ababe0

%24
%24
%0
%12

Triadic Colors of #ababe0

#ababe0 #e0abab #abe0ab

Analogous Colors of #ababe0

#ababe0 #c6abe0 #abc6e0

Monochromatic Colors of #ababe0

#ababe0

Complementary Color

#ababe0 #e0e0ab

#ababe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababe0 Color CSS Codes

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

#ababe0 Text Font Color

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

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


#ababe0 Background Color

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

This div background color is #ababe0


#ababe0 Border Color

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

This div border color is #ababe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababe0


Comments

No comments written yet.

Please login to write comment.