Color Hex Logo

#e65afe Color Hex

#E65AFE
(230,90,254)
0 Favorites   0 Comments

Color spaces of #e65afe

RGB 23090254
HSL0.810.990.67
HSV291°65°100°
CMYK 0.090.650.00   0.00
XYZ54.178731.291196.9502
Yxy31.29110.29700.1715
Hunter Lab55.938474.9923-63.6021
CIE-Lab62.752675.1212-56.6290

#e65afe color RGB value is (230,90,254).

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

The process color (four color CMYK) of #e65afe color hex is 0.09, 0.65, 0.00, 0.00. Web safe color of #e65afe is #ff66ff. Color #e65afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011010 11111110
Octal 346 132 376
Decimal 230 90 254
Hex E6 5A FE

RGB Percentages of Color #e65afe

%40.07
%15.68
%44.25

CMYK Percentages of Color #e65afe

%9
%65
%0
%0

Triadic Colors of #e65afe

#e65afe #fee65a #5afee6

Analogous Colors of #e65afe

#e65afe #fe5ac4 #945afe

Monochromatic Colors of #e65afe

#e65afe

Complementary Color

#e65afe #72fe5a

#e65afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65afe Color CSS Codes

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

#e65afe Text Font Color

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

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


#e65afe Background Color

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

This div background color is #e65afe


#e65afe Border Color

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

This div border color is #e65afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65afe


Comments

No comments written yet.

Please login to write comment.