Color Hex Logo

#e58692 Color Hex

#E58692
(229,134,146)
0 Favorites   0 Comments

Color spaces of #e58692

RGB 229134146
HSL0.980.650.71
HSV352°41°90°
CMYK 0.000.410.36   0.10
XYZ46.026535.783531.6752
Yxy35.78350.40560.3153
Hunter Lab59.819332.658610.4786
CIE-Lab66.354237.66399.4694

#e58692 color RGB value is (229,134,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000110 10010010
Octal 345 206 222
Decimal 229 134 146
Hex E5 86 92

RGB Percentages of Color #e58692

%44.99
%26.33
%28.68

CMYK Percentages of Color #e58692

%0
%41
%36
%10

Triadic Colors of #e58692

#e58692 #92e586 #8692e5

Analogous Colors of #e58692

#e58692 #e5aa86 #e586c2

Monochromatic Colors of #e58692

#e58692

Complementary Color

#e58692 #86e5d9

#e58692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58692 Color CSS Codes

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

#e58692 Text Font Color

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

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


#e58692 Background Color

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

This div background color is #e58692


#e58692 Border Color

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

This div border color is #e58692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58692


Comments

No comments written yet.

Please login to write comment.