Color Hex Logo

#e2abf2 Color Hex

#E2ABF2
(226,171,242)
0 Favorites   0 Comments

Color spaces of #e2abf2

RGB 226171242
HSL0.800.730.81
HSV286°29°95°
CMYK 0.070.290.00   0.05
XYZ61.954051.705490.7192
Yxy51.70540.30310.2530
Hunter Lab71.906527.9578-24.4674
CIE-Lab77.104332.2127-27.6710

#e2abf2 color RGB value is (226,171,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101011 11110010
Octal 342 253 362
Decimal 226 171 242
Hex E2 AB F2

RGB Percentages of Color #e2abf2

%35.37
%26.76
%37.87

CMYK Percentages of Color #e2abf2

%7
%29
%0
%5

Triadic Colors of #e2abf2

#e2abf2 #f2e2ab #abf2e2

Analogous Colors of #e2abf2

#e2abf2 #f2abdf #bfabf2

Monochromatic Colors of #e2abf2

#e2abf2

Complementary Color

#e2abf2 #bbf2ab

#e2abf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2abf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2abf2 Color CSS Codes

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

#e2abf2 Text Font Color

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

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


#e2abf2 Background Color

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

This div background color is #e2abf2


#e2abf2 Border Color

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

This div border color is #e2abf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2abf2


Comments

No comments written yet.

Please login to write comment.