Color Hex Logo

#e75388 Color Hex

#E75388
(231,83,136)
0 Favorites   0 Comments

Color spaces of #e75388

RGB 23183136
HSL0.940.760.62
HSV339°64°91°
CMYK 0.000.640.41   0.09
XYZ40.492224.953025.9748
Yxy24.95300.44290.2729
Hunter Lab49.953057.27554.1372
CIE-Lab57.029661.44231.8734

#e75388 color RGB value is (231,83,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010011 10001000
Octal 347 123 210
Decimal 231 83 136
Hex E7 53 88

RGB Percentages of Color #e75388

%51.33
%18.44
%30.22

CMYK Percentages of Color #e75388

%0
%64
%41
%9

Triadic Colors of #e75388

#e75388 #88e753 #5388e7

Analogous Colors of #e75388

#e75388 #e76853 #e753d2

Monochromatic Colors of #e75388

#e75388

Complementary Color

#e75388 #53e7b2

#e75388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75388 Color CSS Codes

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

#e75388 Text Font Color

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

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


#e75388 Background Color

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

This div background color is #e75388


#e75388 Border Color

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

This div border color is #e75388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75388


Comments

No comments written yet.

Please login to write comment.