Color Hex Logo

#e93158 Color Hex

#E93158
(233,49,88)
0 Favorites   0 Comments

Color spaces of #e93158

RGB 2334988
HSL0.960.810.55
HSV347°79°91°
CMYK 0.000.790.62   0.09
XYZ36.464020.224811.2144
Yxy20.22480.53700.2978
Hunter Lab44.972066.029616.6956
CIE-Lab52.090469.817823.6479

#e93158 color RGB value is (233,49,88).

#e93158 hex color red value is 233, green value is 49 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #e93158 hue: 0.96 , saturation: 0.81 and the lightness value of e93158 is 0.55.

The process color (four color CMYK) of #e93158 color hex is 0.00, 0.79, 0.62, 0.09. Web safe color of #e93158 is #ff3366. Color #e93158 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110001 01011000
Octal 351 61 130
Decimal 233 49 88
Hex E9 31 58

RGB Percentages of Color #e93158

%62.97
%13.24
%23.78

CMYK Percentages of Color #e93158

%0
%79
%62
%9

Triadic Colors of #e93158

#e93158 #58e931 #3158e9

Analogous Colors of #e93158

#e93158 #e96631 #e931b4

Monochromatic Colors of #e93158

#e93158

Complementary Color

#e93158 #31e9c2

#e93158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93158 Color CSS Codes

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

#e93158 Text Font Color

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

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


#e93158 Background Color

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

This div background color is #e93158


#e93158 Border Color

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

This div border color is #e93158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93158


Comments

No comments written yet.

Please login to write comment.