Color Hex Logo

#e27afb Color Hex

#E27AFB
(226,122,251)
0 Favorites   0 Comments

Color spaces of #e27afb

RGB 226122251
HSL0.800.940.73
HSV288°51°98°
CMYK 0.100.510.00   0.02
XYZ55.736237.052995.4811
Yxy37.05290.29600.1968
Hunter Lab60.871156.9179-50.3913
CIE-Lab67.316759.3835-47.7831

#e27afb color RGB value is (226,122,251).

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

The process color (four color CMYK) of #e27afb color hex is 0.10, 0.51, 0.00, 0.02. Web safe color of #e27afb is #cc66ff. Color #e27afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111010 11111011
Octal 342 172 373
Decimal 226 122 251
Hex E2 7A FB

RGB Percentages of Color #e27afb

%37.73
%20.37
%41.90

CMYK Percentages of Color #e27afb

%10
%51
%0
%2

Triadic Colors of #e27afb

#e27afb #fbe27a #7afbe2

Analogous Colors of #e27afb

#e27afb #fb7ad4 #a27afb

Monochromatic Colors of #e27afb

#e27afb

Complementary Color

#e27afb #93fb7a

#e27afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27afb Color CSS Codes

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

#e27afb Text Font Color

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

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


#e27afb Background Color

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

This div background color is #e27afb


#e27afb Border Color

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

This div border color is #e27afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27afb


Comments

No comments written yet.

Please login to write comment.