Color Hex Logo

#e72898 Color Hex

#E72898
(231,40,152)
0 Favorites   0 Comments

Color spaces of #e72898

RGB 23140152
HSL0.900.800.53
HSV325°83°91°
CMYK 0.000.830.34   0.09
XYZ39.381320.773531.6398
Yxy20.77350.42900.2263
Hunter Lab45.578074.4702-9.2540
CIE-Lab52.700776.6287-14.0216

#e72898 color RGB value is (231,40,152).

#e72898 hex color red value is 231, green value is 40 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #e72898 hue: 0.90 , saturation: 0.80 and the lightness value of e72898 is 0.53.

The process color (four color CMYK) of #e72898 color hex is 0.00, 0.83, 0.34, 0.09. Web safe color of #e72898 is #ff3399. Color #e72898 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101000 10011000
Octal 347 50 230
Decimal 231 40 152
Hex E7 28 98

RGB Percentages of Color #e72898

%54.61
%9.46
%35.93

CMYK Percentages of Color #e72898

%0
%83
%34
%9

Triadic Colors of #e72898

#e72898 #98e728 #2898e7

Analogous Colors of #e72898

#e72898 #e72838 #d728e7

Monochromatic Colors of #e72898

#e72898

Complementary Color

#e72898 #28e777

#e72898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72898 Color CSS Codes

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

#e72898 Text Font Color

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

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


#e72898 Background Color

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

This div background color is #e72898


#e72898 Border Color

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

This div border color is #e72898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72898


Comments

No comments written yet.

Please login to write comment.