Color Hex Logo

#e72293 Color Hex

#E72293
(231,34,147)
0 Favorites   0 Comments

Color spaces of #e72293

RGB 23134147
HSL0.900.800.52
HSV326°85°91°
CMYK 0.000.850.36   0.09
XYZ38.793520.239629.4657
Yxy20.23960.43840.2287
Hunter Lab44.988475.1906-7.3408
CIE-Lab52.107077.3238-11.9387

#e72293 color RGB value is (231,34,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100010 10010011
Octal 347 42 223
Decimal 231 34 147
Hex E7 22 93

RGB Percentages of Color #e72293

%56.07
%8.25
%35.68

CMYK Percentages of Color #e72293

%0
%85
%36
%9

Triadic Colors of #e72293

#e72293 #93e722 #2293e7

Analogous Colors of #e72293

#e72293 #e72231 #d922e7

Monochromatic Colors of #e72293

#e72293

Complementary Color

#e72293 #22e776

#e72293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72293 Color CSS Codes

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

#e72293 Text Font Color

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

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


#e72293 Background Color

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

This div background color is #e72293


#e72293 Border Color

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

This div border color is #e72293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72293


Comments

No comments written yet.

Please login to write comment.