Color Hex Logo

#e27afc Color Hex

#E27AFC
(226,122,252)
0 Favorites   0 Comments

Color spaces of #e27afc

RGB 226122252
HSL0.800.960.73
HSV288°52°99°
CMYK 0.100.520.00   0.01
XYZ55.894337.116196.3136
Yxy37.11610.29520.1960
Hunter Lab60.923057.1511-51.0859
CIE-Lab67.364059.5748-48.2562

#e27afc color RGB value is (226,122,252).

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

The process color (four color CMYK) of #e27afc color hex is 0.10, 0.52, 0.00, 0.01. Web safe color of #e27afc is #cc66ff. Color #e27afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111010 11111100
Octal 342 172 374
Decimal 226 122 252
Hex E2 7A FC

RGB Percentages of Color #e27afc

%37.67
%20.33
%42.00

CMYK Percentages of Color #e27afc

%10
%52
%0
%1

Triadic Colors of #e27afc

#e27afc #fce27a #7afce2

Analogous Colors of #e27afc

#e27afc #fc7ad5 #a17afc

Monochromatic Colors of #e27afc

#e27afc

Complementary Color

#e27afc #94fc7a

#e27afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27afc Color CSS Codes

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

#e27afc Text Font Color

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

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


#e27afc Background Color

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

This div background color is #e27afc


#e27afc Border Color

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

This div border color is #e27afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27afc


Comments

No comments written yet.

Please login to write comment.