Color Hex Logo

#e61fea Color Hex

#E61FEA
(230,31,234)
0 Favorites   0 Comments

Color spaces of #e61fea

RGB 23031234
HSL0.830.830.52
HSV299°87°92°
CMYK 0.020.870.00   0.08
XYZ47.974423.743579.8963
Yxy23.74350.31640.1566
Hunter Lab48.727390.4692-63.1064
CIE-Lab55.830188.4891-56.5477

#e61fea color RGB value is (230,31,234).

#e61fea hex color red value is 230, green value is 31 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e61fea hue: 0.83 , saturation: 0.83 and the lightness value of e61fea is 0.52.

The process color (four color CMYK) of #e61fea color hex is 0.02, 0.87, 0.00, 0.08. Web safe color of #e61fea is #ff33ff. Color #e61fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011111 11101010
Octal 346 37 352
Decimal 230 31 234
Hex E6 1F EA

RGB Percentages of Color #e61fea

%46.46
%6.26
%47.27

CMYK Percentages of Color #e61fea

%2
%87
%0
%8

Triadic Colors of #e61fea

#e61fea #eae61f #1feae6

Analogous Colors of #e61fea

#e61fea #ea1f89 #811fea

Monochromatic Colors of #e61fea

#e61fea

Complementary Color

#e61fea #23ea1f

#e61fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61fea Color CSS Codes

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

#e61fea Text Font Color

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

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


#e61fea Background Color

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

This div background color is #e61fea


#e61fea Border Color

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

This div border color is #e61fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61fea


Comments

No comments written yet.

Please login to write comment.