Color Hex Logo

#e34afe Color Hex

#E34AFE
(227,74,254)
0 Favorites   0 Comments

Color spaces of #e34afe

RGB 22774254
HSL0.810.990.64
HSV291°71°100°
CMYK 0.110.710.00   0.00
XYZ52.016728.384296.5030
Yxy28.38420.29400.1604
Hunter Lab53.276881.0436-70.1012
CIE-Lab60.234380.3866-60.6747

#e34afe color RGB value is (227,74,254).

#e34afe hex color red value is 227, green value is 74 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e34afe hue: 0.81 , saturation: 0.99 and the lightness value of e34afe is 0.64.

The process color (four color CMYK) of #e34afe color hex is 0.11, 0.71, 0.00, 0.00. Web safe color of #e34afe is #cc33ff. Color #e34afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001010 11111110
Octal 343 112 376
Decimal 227 74 254
Hex E3 4A FE

RGB Percentages of Color #e34afe

%40.90
%13.33
%45.77

CMYK Percentages of Color #e34afe

%11
%71
%0
%0

Triadic Colors of #e34afe

#e34afe #fee34a #4afee3

Analogous Colors of #e34afe

#e34afe #fe4abf #894afe

Monochromatic Colors of #e34afe

#e34afe

Complementary Color

#e34afe #65fe4a

#e34afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34afe Color CSS Codes

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

#e34afe Text Font Color

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

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


#e34afe Background Color

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

This div background color is #e34afe


#e34afe Border Color

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

This div border color is #e34afe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,74,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e34afe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e34afe;
  -webkit-box-shadow: 1px 1px 3px 2px #e34afe;
  box-shadow:         1px 1px 3px 2px #e34afe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,74,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34afe


Comments

No comments written yet.

Please login to write comment.