Color Hex Logo

#e74afe Color Hex

#E74AFE
(231,74,254)
0 Favorites   0 Comments

Color spaces of #e74afe

RGB 23174254
HSL0.810.990.64
HSV292°71°100°
CMYK 0.090.710.00   0.00
XYZ53.293229.042296.5628
Yxy29.04220.29790.1623
Hunter Lab53.890882.2116-68.5136
CIE-Lab60.818981.1853-59.7064

#e74afe color RGB value is (231,74,254).

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

The process color (four color CMYK) of #e74afe color hex is 0.09, 0.71, 0.00, 0.00. Web safe color of #e74afe is #ff33ff. Color #e74afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001010 11111110
Octal 347 112 376
Decimal 231 74 254
Hex E7 4A FE

RGB Percentages of Color #e74afe

%41.32
%13.24
%45.44

CMYK Percentages of Color #e74afe

%9
%71
%0
%0

Triadic Colors of #e74afe

#e74afe #fee74a #4afee7

Analogous Colors of #e74afe

#e74afe #fe4abb #8d4afe

Monochromatic Colors of #e74afe

#e74afe

Complementary Color

#e74afe #61fe4a

#e74afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74afe Color CSS Codes

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

#e74afe Text Font Color

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

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


#e74afe Background Color

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

This div background color is #e74afe


#e74afe Border Color

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

This div border color is #e74afe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,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 #e74afe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74afe

Related Colors


Comments

No comments written yet.

Please login to write comment.