Color Hex Logo

#e64efa Color Hex

#E64EFA
(230,78,250)
0 Favorites   0 Comments

Color spaces of #e64efa

RGB 23078250
HSL0.810.950.64
HSV293°69°98°
CMYK 0.080.690.00   0.02
XYZ52.612829.173993.3006
Yxy29.17390.30050.1666
Hunter Lab54.012979.3506-64.6072
CIE-Lab60.934878.9234-57.3179

#e64efa color RGB value is (230,78,250).

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

The process color (four color CMYK) of #e64efa color hex is 0.08, 0.69, 0.00, 0.02. Web safe color of #e64efa is #ff66ff. Color #e64efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001110 11111010
Octal 346 116 372
Decimal 230 78 250
Hex E6 4E FA

RGB Percentages of Color #e64efa

%41.22
%13.98
%44.80

CMYK Percentages of Color #e64efa

%8
%69
%0
%2

Triadic Colors of #e64efa

#e64efa #fae64e #4efae6

Analogous Colors of #e64efa

#e64efa #fa4eb8 #904efa

Monochromatic Colors of #e64efa

#e64efa

Complementary Color

#e64efa #62fa4e

#e64efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64efa Color CSS Codes

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

#e64efa Text Font Color

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

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


#e64efa Background Color

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

This div background color is #e64efa


#e64efa Border Color

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

This div border color is #e64efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,78,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64efa

Related Colors


Comments

No comments written yet.

Please login to write comment.