Color Hex Logo

#e2abfd Color Hex

#E2ABFD
(226,171,253)
0 Favorites   0 Comments

Color spaces of #e2abfd

RGB 226171253
HSL0.780.950.83
HSV280°32°99°
CMYK 0.110.320.00   0.01
XYZ63.656652.386499.6850
Yxy52.38640.29510.2428
Hunter Lab72.378430.3279-30.9937
CIE-Lab77.511334.3940-32.9754

#e2abfd color RGB value is (226,171,253).

#e2abfd hex color red value is 226, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e2abfd hue: 0.78 , saturation: 0.95 and the lightness value of e2abfd is 0.83.

The process color (four color CMYK) of #e2abfd color hex is 0.11, 0.32, 0.00, 0.01. Web safe color of #e2abfd is #cc99ff. Color #e2abfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101011 11111101
Octal 342 253 375
Decimal 226 171 253
Hex E2 AB FD

RGB Percentages of Color #e2abfd

%34.77
%26.31
%38.92

CMYK Percentages of Color #e2abfd

%11
%32
%0
%1

Triadic Colors of #e2abfd

#e2abfd #fde2ab #abfde2

Analogous Colors of #e2abfd

#e2abfd #fdabef #b9abfd

Monochromatic Colors of #e2abfd

#e2abfd

Complementary Color

#e2abfd #c6fdab

#e2abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2abfd Color CSS Codes

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

#e2abfd Text Font Color

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

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


#e2abfd Background Color

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

This div background color is #e2abfd


#e2abfd Border Color

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

This div border color is #e2abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2abfd


Comments

No comments written yet.

Please login to write comment.