Color Hex Logo

#e75080 Color Hex

#E75080
(231,80,128)
0 Favorites   0 Comments

Color spaces of #e75080

RGB 23180128
HSL0.950.760.61
HSV341°65°91°
CMYK 0.000.650.45   0.09
XYZ39.719924.284823.0160
Yxy24.28480.45640.2791
Hunter Lab49.279657.63366.8044
CIE-Lab56.371861.87025.6402

#e75080 color RGB value is (231,80,128).

#e75080 hex color red value is 231, green value is 80 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #e75080 hue: 0.95 , saturation: 0.76 and the lightness value of e75080 is 0.61.

The process color (four color CMYK) of #e75080 color hex is 0.00, 0.65, 0.45, 0.09. Web safe color of #e75080 is #ff6699. Color #e75080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010000 10000000
Octal 347 120 200
Decimal 231 80 128
Hex E7 50 80

RGB Percentages of Color #e75080

%52.62
%18.22
%29.16

CMYK Percentages of Color #e75080

%0
%65
%45
%9

Triadic Colors of #e75080

#e75080 #80e750 #5080e7

Analogous Colors of #e75080

#e75080 #e76c50 #e750cc

Monochromatic Colors of #e75080

#e75080

Complementary Color

#e75080 #50e7b7

#e75080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75080 Color CSS Codes

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

#e75080 Text Font Color

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

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


#e75080 Background Color

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

This div background color is #e75080


#e75080 Border Color

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

This div border color is #e75080


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,80,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75080


Comments

No comments written yet.

Please login to write comment.