Color Hex Logo

#e61faf Color Hex

#E61FAF
(230,31,175)
0 Favorites   0 Comments

Color spaces of #e61faf

RGB 23031175
HSL0.880.800.51
HSV317°87°90°
CMYK 0.000.870.24   0.10
XYZ40.861020.898142.4376
Yxy20.89810.39220.2006
Hunter Lab45.714479.5486-23.0399
CIE-Lab52.837880.6492-27.4063

#e61faf color RGB value is (230,31,175).

#e61faf hex color red value is 230, green value is 31 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e61faf hue: 0.88 , saturation: 0.80 and the lightness value of e61faf is 0.51.

The process color (four color CMYK) of #e61faf color hex is 0.00, 0.87, 0.24, 0.10. Web safe color of #e61faf is #ff3399. Color #e61faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011111 10101111
Octal 346 37 257
Decimal 230 31 175
Hex E6 1F AF

RGB Percentages of Color #e61faf

%52.75
%7.11
%40.14

CMYK Percentages of Color #e61faf

%0
%87
%24
%10

Triadic Colors of #e61faf

#e61faf #afe61f #1fafe6

Analogous Colors of #e61faf

#e61faf #e61f4c #ba1fe6

Monochromatic Colors of #e61faf

#e61faf

Complementary Color

#e61faf #1fe656

#e61faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61faf Color CSS Codes

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

#e61faf Text Font Color

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

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


#e61faf Background Color

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

This div background color is #e61faf


#e61faf Border Color

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

This div border color is #e61faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61faf


Comments

No comments written yet.

Please login to write comment.