Color Hex Logo

#e58693 Color Hex

#E58693
(229,134,147)
0 Favorites   0 Comments

Color spaces of #e58693

RGB 229134147
HSL0.980.650.71
HSV352°41°90°
CMYK 0.000.410.36   0.10
XYZ46.104735.814832.0867
Yxy35.81480.40440.3141
Hunter Lab59.845532.786110.1029
CIE-Lab66.378237.78278.9394

#e58693 color RGB value is (229,134,147).

#e58693 hex color red value is 229, green value is 134 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #e58693 hue: 0.98 , saturation: 0.65 and the lightness value of e58693 is 0.71.

The process color (four color CMYK) of #e58693 color hex is 0.00, 0.41, 0.36, 0.10. Web safe color of #e58693 is #cc9999. Color #e58693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000110 10010011
Octal 345 206 223
Decimal 229 134 147
Hex E5 86 93

RGB Percentages of Color #e58693

%44.90
%26.27
%28.82

CMYK Percentages of Color #e58693

%0
%41
%36
%10

Triadic Colors of #e58693

#e58693 #93e586 #8693e5

Analogous Colors of #e58693

#e58693 #e5a986 #e586c3

Monochromatic Colors of #e58693

#e58693

Complementary Color

#e58693 #86e5d8

#e58693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58693 Color CSS Codes

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

#e58693 Text Font Color

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

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


#e58693 Background Color

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

This div background color is #e58693


#e58693 Border Color

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

This div border color is #e58693


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,134,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e58693; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e58693;
  -webkit-box-shadow: 1px 1px 3px 2px #e58693;
  box-shadow:         1px 1px 3px 2px #e58693; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,134,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58693


Comments

No comments written yet.

Please login to write comment.