Color Hex Logo

#e75355 Color Hex

#E75355
(231,83,85)
0 Favorites   0 Comments

Color spaces of #e75355

RGB 2318385
HSL1.000.760.62
HSV359°64°91°
CMYK 0.000.640.63   0.09
XYZ37.687923.831311.2079
Yxy23.83130.51820.3277
Hunter Lab48.817352.375120.5598
CIE-Lab55.918557.337730.2661

#e75355 color RGB value is (231,83,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010011 01010101
Octal 347 123 125
Decimal 231 83 85
Hex E7 53 55

RGB Percentages of Color #e75355

%57.89
%20.80
%21.30

CMYK Percentages of Color #e75355

%0
%64
%63
%9

Triadic Colors of #e75355

#e75355 #55e753 #5355e7

Analogous Colors of #e75355

#e75355 #e79b53 #e7539f

Monochromatic Colors of #e75355

#e75355

Complementary Color

#e75355 #53e7e5

#e75355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75355 Color CSS Codes

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

#e75355 Text Font Color

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

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


#e75355 Background Color

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

This div background color is #e75355


#e75355 Border Color

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

This div border color is #e75355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75355


Comments

No comments written yet.

Please login to write comment.