Color Hex Logo

#e1752f Color Hex

#E1752F
(225,117,47)
0 Favorites   0 Comments

Color spaces of #e1752f

RGB 22511747
HSL0.070.750.53
HSV24°79°88°
CMYK 0.000.480.79   0.12
XYZ37.925728.93546.2755
Yxy28.93540.51860.3956
Hunter Lab53.791631.715830.7372
CIE-Lab60.724637.392855.0288

#e1752f color RGB value is (225,117,47).

#e1752f hex color red value is 225, green value is 117 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #e1752f hue: 0.07 , saturation: 0.75 and the lightness value of e1752f is 0.53.

The process color (four color CMYK) of #e1752f color hex is 0.00, 0.48, 0.79, 0.12. Web safe color of #e1752f is #cc6633. Color #e1752f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110101 00101111
Octal 341 165 57
Decimal 225 117 47
Hex E1 75 2F

RGB Percentages of Color #e1752f

%57.84
%30.08
%12.08

CMYK Percentages of Color #e1752f

%0
%48
%79
%12

Triadic Colors of #e1752f

#e1752f #2fe175 #752fe1

Analogous Colors of #e1752f

#e1752f #e1ce2f #e12f42

Monochromatic Colors of #e1752f

#e1752f

Complementary Color

#e1752f #2f9be1

#e1752f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1752f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1752f Color CSS Codes

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

#e1752f Text Font Color

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

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


#e1752f Background Color

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

This div background color is #e1752f


#e1752f Border Color

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

This div border color is #e1752f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1752f


Comments

No comments written yet.

Please login to write comment.