Color Hex Logo

#e76355 Color Hex

#E76355
(231,99,85)
0 Favorites   0 Comments

Color spaces of #e76355

RGB 2319985
HSL0.020.750.62
HSV63°91°
CMYK 0.000.570.63   0.09
XYZ39.056526.568511.6641
Yxy26.56850.50530.3438
Hunter Lab51.544645.050222.6644
CIE-Lab58.572850.290533.5876

#e76355 color RGB value is (231,99,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100011 01010101
Octal 347 143 125
Decimal 231 99 85
Hex E7 63 55

RGB Percentages of Color #e76355

%55.66
%23.86
%20.48

CMYK Percentages of Color #e76355

%0
%57
%63
%9

Triadic Colors of #e76355

#e76355 #55e763 #6355e7

Analogous Colors of #e76355

#e76355 #e7ac55 #e75590

Monochromatic Colors of #e76355

#e76355

Complementary Color

#e76355 #55d9e7

#e76355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76355 Color CSS Codes

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

#e76355 Text Font Color

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

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


#e76355 Background Color

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

This div background color is #e76355


#e76355 Border Color

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

This div border color is #e76355


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,99,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 #e76355">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76355


Comments

No comments written yet.

Please login to write comment.