Color Hex Logo

#e93973 Color Hex

#E93973
(233,57,115)
0 Favorites   0 Comments

Color spaces of #e93973

RGB 23357115
HSL0.950.800.57
HSV340°76°91°
CMYK 0.000.760.51   0.09
XYZ38.161921.487718.3558
Yxy21.48770.48920.2755
Hunter Lab46.354865.83038.9704
CIE-Lab53.479269.38569.3072

#e93973 color RGB value is (233,57,115).

#e93973 hex color red value is 233, green value is 57 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #e93973 hue: 0.95 , saturation: 0.80 and the lightness value of e93973 is 0.57.

The process color (four color CMYK) of #e93973 color hex is 0.00, 0.76, 0.51, 0.09. Web safe color of #e93973 is #ff3366. Color #e93973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111001 01110011
Octal 351 71 163
Decimal 233 57 115
Hex E9 39 73

RGB Percentages of Color #e93973

%57.53
%14.07
%28.40

CMYK Percentages of Color #e93973

%0
%76
%51
%9

Triadic Colors of #e93973

#e93973 #73e939 #3973e9

Analogous Colors of #e93973

#e93973 #e95739 #e939cb

Monochromatic Colors of #e93973

#e93973

Complementary Color

#e93973 #39e9af

#e93973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93973 Color CSS Codes

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

#e93973 Text Font Color

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

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


#e93973 Background Color

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

This div background color is #e93973


#e93973 Border Color

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

This div border color is #e93973


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,57,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e93973; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e93973;
  -webkit-box-shadow: 1px 1px 3px 2px #e93973;
  box-shadow:         1px 1px 3px 2px #e93973; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,57,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93973


Comments

No comments written yet.

Please login to write comment.