Color Hex Logo

#e61afe Color Hex

#E61AFE
(230,26,254)
0 Favorites   0 Comments

Color spaces of #e61afe

RGB 23026254
HSL0.820.990.55
HSV294°90°100°
CMYK 0.090.900.00   0.00
XYZ50.891924.717595.8546
Yxy24.71750.29680.1442
Hunter Lab49.716795.7152-79.5104
CIE-Lab56.799192.2238-66.1661

#e61afe color RGB value is (230,26,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011010 11111110
Octal 346 32 376
Decimal 230 26 254
Hex E6 1A FE

RGB Percentages of Color #e61afe

%45.10
%5.10
%49.80

CMYK Percentages of Color #e61afe

%9
%90
%0
%0

Triadic Colors of #e61afe

#e61afe #fee61a #1afee6

Analogous Colors of #e61afe

#e61afe #fe1aa4 #741afe

Monochromatic Colors of #e61afe

#e61afe

Complementary Color

#e61afe #32fe1a

#e61afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61afe Color CSS Codes

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

#e61afe Text Font Color

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

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


#e61afe Background Color

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

This div background color is #e61afe


#e61afe Border Color

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

This div border color is #e61afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61afe


Comments

No comments written yet.

Please login to write comment.