Color Hex Logo

#e92595 Color Hex

#E92595
(233,37,149)
0 Favorites   0 Comments

Color spaces of #e92595

RGB 23337149
HSL0.900.820.53
HSV326°84°91°
CMYK 0.000.840.36   0.09
XYZ39.690720.816730.3599
Yxy20.81670.43680.2291
Hunter Lab45.625375.4377-7.5149
CIE-Lab52.748377.3973-12.1287

#e92595 color RGB value is (233,37,149).

#e92595 hex color red value is 233, green value is 37 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #e92595 hue: 0.90 , saturation: 0.82 and the lightness value of e92595 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00100101 10010101
Octal 351 45 225
Decimal 233 37 149
Hex E9 25 95

RGB Percentages of Color #e92595

%55.61
%8.83
%35.56

CMYK Percentages of Color #e92595

%0
%84
%36
%9

Triadic Colors of #e92595

#e92595 #95e925 #2595e9

Analogous Colors of #e92595

#e92595 #e92533 #db25e9

Monochromatic Colors of #e92595

#e92595

Complementary Color

#e92595 #25e979

#e92595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e92595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e92595 Color CSS Codes

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

#e92595 Text Font Color

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

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


#e92595 Background Color

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

This div background color is #e92595


#e92595 Border Color

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

This div border color is #e92595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e92595


Comments

No comments written yet.

Please login to write comment.