Color Hex Logo

#e1abf0 Color Hex

#E1ABF0
(225,171,240)
0 Favorites   0 Comments

Color spaces of #e1abf0

RGB 225171240
HSL0.800.700.81
HSV287°29°94°
CMYK 0.060.290.00   0.06
XYZ61.342451.424689.1309
Yxy51.42460.30380.2547
Hunter Lab71.710927.1969-23.4950
CIE-Lab76.935531.5092-26.8573

#e1abf0 color RGB value is (225,171,240).

#e1abf0 hex color red value is 225, green value is 171 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #e1abf0 hue: 0.80 , saturation: 0.70 and the lightness value of e1abf0 is 0.81.

The process color (four color CMYK) of #e1abf0 color hex is 0.06, 0.29, 0.00, 0.06. Web safe color of #e1abf0 is #cc99ff. Color #e1abf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101011 11110000
Octal 341 253 360
Decimal 225 171 240
Hex E1 AB F0

RGB Percentages of Color #e1abf0

%35.38
%26.89
%37.74

CMYK Percentages of Color #e1abf0

%6
%29
%0
%6

Triadic Colors of #e1abf0

#e1abf0 #f0e1ab #abf0e1

Analogous Colors of #e1abf0

#e1abf0 #f0abdd #bfabf0

Monochromatic Colors of #e1abf0

#e1abf0

Complementary Color

#e1abf0 #baf0ab

#e1abf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1abf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1abf0 Color CSS Codes

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

#e1abf0 Text Font Color

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

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


#e1abf0 Background Color

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

This div background color is #e1abf0


#e1abf0 Border Color

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

This div border color is #e1abf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1abf0


Comments

No comments written yet.

Please login to write comment.