Color Hex Logo

#e75792 Color Hex

#E75792
(231,87,146)
0 Favorites   0 Comments

Color spaces of #e75792

RGB 23187146
HSL0.930.750.62
HSV335°62°91°
CMYK 0.000.620.37   0.09
XYZ41.551525.880629.9996
Yxy25.88060.42650.2656
Hunter Lab50.873056.76570.6480
CIE-Lab57.923560.8416-2.6869

#e75792 color RGB value is (231,87,146).

#e75792 hex color red value is 231, green value is 87 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #e75792 hue: 0.93 , saturation: 0.75 and the lightness value of e75792 is 0.62.

The process color (four color CMYK) of #e75792 color hex is 0.00, 0.62, 0.37, 0.09. Web safe color of #e75792 is #ff6699. Color #e75792 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010111 10010010
Octal 347 127 222
Decimal 231 87 146
Hex E7 57 92

RGB Percentages of Color #e75792

%49.78
%18.75
%31.47

CMYK Percentages of Color #e75792

%0
%62
%37
%9

Triadic Colors of #e75792

#e75792 #92e757 #5792e7

Analogous Colors of #e75792

#e75792 #e76457 #e757da

Monochromatic Colors of #e75792

#e75792

Complementary Color

#e75792 #57e7ac

#e75792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75792 Color CSS Codes

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

#e75792 Text Font Color

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

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


#e75792 Background Color

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

This div background color is #e75792


#e75792 Border Color

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

This div border color is #e75792


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,87,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 #e75792">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75792


Comments

No comments written yet.

Please login to write comment.