Color Hex Logo

#e75373 Color Hex

#E75373
(231,83,115)
0 Favorites   0 Comments

Color spaces of #e75373

RGB 23183115
HSL0.960.760.62
HSV347°64°91°
CMYK 0.000.640.50   0.09
XYZ39.142824.413218.8688
Yxy24.41320.47490.2962
Hunter Lab49.409754.942211.9449
CIE-Lab56.499159.502213.4943

#e75373 color RGB value is (231,83,115).

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

The process color (four color CMYK) of #e75373 color hex is 0.00, 0.64, 0.50, 0.09. Web safe color of #e75373 is #ff6666. Color #e75373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010011 01110011
Octal 347 123 163
Decimal 231 83 115
Hex E7 53 73

RGB Percentages of Color #e75373

%53.85
%19.35
%26.81

CMYK Percentages of Color #e75373

%0
%64
%50
%9

Triadic Colors of #e75373

#e75373 #73e753 #5373e7

Analogous Colors of #e75373

#e75373 #e77d53 #e753bd

Monochromatic Colors of #e75373

#e75373

Complementary Color

#e75373 #53e7c7

#e75373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75373 Color CSS Codes

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

#e75373 Text Font Color

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

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


#e75373 Background Color

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

This div background color is #e75373


#e75373 Border Color

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

This div border color is #e75373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75373


Comments

No comments written yet.

Please login to write comment.