Color Hex Logo

#e85375 Color Hex

#E85375
(232,83,117)
0 Favorites   0 Comments

Color spaces of #e85375

RGB 23283117
HSL0.960.760.62
HSV346°64°91°
CMYK 0.000.640.50   0.09
XYZ39.582924.626719.4968
Yxy24.62670.47290.2942
Hunter Lab49.625355.533711.4438
CIE-Lab56.709959.982812.6340

#e85375 color RGB value is (232,83,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010011 01110101
Octal 350 123 165
Decimal 232 83 117
Hex E8 53 75

RGB Percentages of Color #e85375

%53.70
%19.21
%27.08

CMYK Percentages of Color #e85375

%0
%64
%50
%9

Triadic Colors of #e85375

#e85375 #75e853 #5375e8

Analogous Colors of #e85375

#e85375 #e87c53 #e853c0

Monochromatic Colors of #e85375

#e85375

Complementary Color

#e85375 #53e8c6

#e85375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85375 Color CSS Codes

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

#e85375 Text Font Color

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

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


#e85375 Background Color

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

This div background color is #e85375


#e85375 Border Color

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

This div border color is #e85375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85375


Comments

No comments written yet.

Please login to write comment.