Color Hex Logo

#e7238f Color Hex

#E7238F
(231,35,143)
0 Favorites   0 Comments

Color spaces of #e7238f

RGB 23135143
HSL0.910.800.52
HSV327°85°91°
CMYK 0.000.850.38   0.09
XYZ38.514020.174227.8507
Yxy20.17420.44500.2331
Hunter Lab44.915774.4565-5.3227
CIE-Lab52.033676.7475-9.6573

#e7238f color RGB value is (231,35,143).

#e7238f hex color red value is 231, green value is 35 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #e7238f hue: 0.91 , saturation: 0.80 and the lightness value of e7238f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100011 10001111
Octal 347 43 217
Decimal 231 35 143
Hex E7 23 8F

RGB Percentages of Color #e7238f

%56.48
%8.56
%34.96

CMYK Percentages of Color #e7238f

%0
%85
%38
%9

Triadic Colors of #e7238f

#e7238f #8fe723 #238fe7

Analogous Colors of #e7238f

#e7238f #e7232d #dd23e7

Monochromatic Colors of #e7238f

#e7238f

Complementary Color

#e7238f #23e77b

#e7238f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7238f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7238f Color CSS Codes

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

#e7238f Text Font Color

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

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


#e7238f Background Color

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

This div background color is #e7238f


#e7238f Border Color

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

This div border color is #e7238f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7238f


Comments

No comments written yet.

Please login to write comment.