Color Hex Logo

#e75f44 Color Hex

#E75F44
(231,95,68)
0 Favorites   0 Comments

Color spaces of #e75f44

RGB 2319568
HSL0.030.770.59
HSV10°71°91°
CMYK 0.000.590.71   0.09
XYZ38.090625.59078.4007
Yxy25.59070.52840.3550
Hunter Lab50.587345.877225.5652
CIE-Lab57.646551.193241.8338

#e75f44 color RGB value is (231,95,68).

#e75f44 hex color red value is 231, green value is 95 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #e75f44 hue: 0.03 , saturation: 0.77 and the lightness value of e75f44 is 0.59.

The process color (four color CMYK) of #e75f44 color hex is 0.00, 0.59, 0.71, 0.09. Web safe color of #e75f44 is #ff6633. Color #e75f44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011111 01000100
Octal 347 137 104
Decimal 231 95 68
Hex E7 5F 44

RGB Percentages of Color #e75f44

%58.63
%24.11
%17.26

CMYK Percentages of Color #e75f44

%0
%59
%71
%9

Triadic Colors of #e75f44

#e75f44 #44e75f #5f44e7

Analogous Colors of #e75f44

#e75f44 #e7b144 #e7447b

Monochromatic Colors of #e75f44

#e75f44

Complementary Color

#e75f44 #44cce7

#e75f44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75f44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75f44 Color CSS Codes

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

#e75f44 Text Font Color

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

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


#e75f44 Background Color

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

This div background color is #e75f44


#e75f44 Border Color

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

This div border color is #e75f44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75f44


Comments

No comments written yet.

Please login to write comment.