Color Hex Logo

#e85394 Color Hex

#E85394
(232,83,148)
0 Favorites   0 Comments

Color spaces of #e85394

RGB 23283148
HSL0.930.760.62
HSV334°64°91°
CMYK 0.000.640.36   0.09
XYZ41.717325.480430.7364
Yxy25.48040.42600.2602
Hunter Lab50.478159.1834-0.7673
CIE-Lab57.540562.9966-4.4041

#e85394 color RGB value is (232,83,148).

#e85394 hex color red value is 232, green value is 83 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #e85394 hue: 0.93 , saturation: 0.76 and the lightness value of e85394 is 0.62.

The process color (four color CMYK) of #e85394 color hex is 0.00, 0.64, 0.36, 0.09. Web safe color of #e85394 is #ff6699. Color #e85394 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010011 10010100
Octal 350 123 224
Decimal 232 83 148
Hex E8 53 94

RGB Percentages of Color #e85394

%50.11
%17.93
%31.97

CMYK Percentages of Color #e85394

%0
%64
%36
%9

Triadic Colors of #e85394

#e85394 #94e853 #5394e8

Analogous Colors of #e85394

#e85394 #e85d53 #e853df

Monochromatic Colors of #e85394

#e85394

Complementary Color

#e85394 #53e8a7

#e85394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85394 Color CSS Codes

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

#e85394 Text Font Color

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

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


#e85394 Background Color

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

This div background color is #e85394


#e85394 Border Color

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

This div border color is #e85394


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,83,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e85394; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e85394;
  -webkit-box-shadow: 1px 1px 3px 2px #e85394;
  box-shadow:         1px 1px 3px 2px #e85394; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,83,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85394


Comments

No comments written yet.

Please login to write comment.