Color Hex Logo

#e93373 Color Hex

#E93373
(233,51,115)
0 Favorites   0 Comments

Color spaces of #e93373

RGB 23351115
HSL0.940.810.56
HSV339°78°91°
CMYK 0.000.780.51   0.09
XYZ37.882620.929118.2627
Yxy20.92910.49150.2715
Hunter Lab45.748367.75008.3553
CIE-Lab52.871871.10148.4472

#e93373 color RGB value is (233,51,115).

#e93373 hex color red value is 233, green value is 51 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #e93373 hue: 0.94 , saturation: 0.81 and the lightness value of e93373 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110011 01110011
Octal 351 63 163
Decimal 233 51 115
Hex E9 33 73

RGB Percentages of Color #e93373

%58.40
%12.78
%28.82

CMYK Percentages of Color #e93373

%0
%78
%51
%9

Triadic Colors of #e93373

#e93373 #73e933 #3373e9

Analogous Colors of #e93373

#e93373 #e94e33 #e933ce

Monochromatic Colors of #e93373

#e93373

Complementary Color

#e93373 #33e9a9

#e93373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93373 Color CSS Codes

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

#e93373 Text Font Color

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

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


#e93373 Background Color

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

This div background color is #e93373


#e93373 Border Color

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

This div border color is #e93373


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,51,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 #e93373">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93373


Comments

No comments written yet.

Please login to write comment.