Color Hex Logo

#e8239f Color Hex

#E8239F
(232,35,159)
0 Favorites   0 Comments

Color spaces of #e8239f

RGB 23235159
HSL0.900.810.52
HSV322°85°91°
CMYK 0.000.850.31   0.09
XYZ40.137820.861134.7120
Yxy20.86110.41940.2180
Hunter Lab45.674076.9345-13.0884
CIE-Lab52.797178.5848-18.0112

#e8239f color RGB value is (232,35,159).

#e8239f hex color red value is 232, green value is 35 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e8239f hue: 0.90 , saturation: 0.81 and the lightness value of e8239f is 0.52.

The process color (four color CMYK) of #e8239f color hex is 0.00, 0.85, 0.31, 0.09. Web safe color of #e8239f is #ff3399. Color #e8239f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100011 10011111
Octal 350 43 237
Decimal 232 35 159
Hex E8 23 9F

RGB Percentages of Color #e8239f

%54.46
%8.22
%37.32

CMYK Percentages of Color #e8239f

%0
%85
%31
%9

Triadic Colors of #e8239f

#e8239f #9fe823 #239fe8

Analogous Colors of #e8239f

#e8239f #e8233c #cf23e8

Monochromatic Colors of #e8239f

#e8239f

Complementary Color

#e8239f #23e86c

#e8239f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8239f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8239f Color CSS Codes

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

#e8239f Text Font Color

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

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


#e8239f Background Color

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

This div background color is #e8239f


#e8239f Border Color

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

This div border color is #e8239f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,35,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8239f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8239f;
  -webkit-box-shadow: 1px 1px 3px 2px #e8239f;
  box-shadow:         1px 1px 3px 2px #e8239f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,35,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8239f


Comments

No comments written yet.

Please login to write comment.