Color Hex Logo

#e64afe Color Hex

#E64AFE
(230,74,254)
0 Favorites   0 Comments

Color spaces of #e64afe

RGB 23074254
HSL0.810.990.64
HSV292°71°100°
CMYK 0.090.710.00   0.00
XYZ52.971328.876396.5477
Yxy28.87630.29690.1619
Hunter Lab53.736781.9184-68.9096
CIE-Lab60.672380.9852-59.9491

#e64afe color RGB value is (230,74,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001010 11111110
Octal 346 112 376
Decimal 230 74 254
Hex E6 4A FE

RGB Percentages of Color #e64afe

%41.22
%13.26
%45.52

CMYK Percentages of Color #e64afe

%9
%71
%0
%0

Triadic Colors of #e64afe

#e64afe #fee64a #4afee6

Analogous Colors of #e64afe

#e64afe #fe4abc #8c4afe

Monochromatic Colors of #e64afe

#e64afe

Complementary Color

#e64afe #62fe4a

#e64afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64afe Color CSS Codes

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

#e64afe Text Font Color

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

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


#e64afe Background Color

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

This div background color is #e64afe


#e64afe Border Color

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

This div border color is #e64afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64afe

Related Colors


Comments

No comments written yet.

Please login to write comment.