Color Hex Logo

#e7952a Color Hex

#E7952A
(231,149,42)
0 Favorites   0 Comments

Color spaces of #e7952a

RGB 23114942
HSL0.090.800.54
HSV34°82°91°
CMYK 0.000.350.82   0.09
XYZ44.120438.65107.3255
Yxy38.65100.48970.4290
Hunter Lab62.169917.879536.5328
CIE-Lab68.497722.927864.3423

#e7952a color RGB value is (231,149,42).

#e7952a hex color red value is 231, green value is 149 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e7952a hue: 0.09 , saturation: 0.80 and the lightness value of e7952a is 0.54.

The process color (four color CMYK) of #e7952a color hex is 0.00, 0.35, 0.82, 0.09. Web safe color of #e7952a is #ff9933. Color #e7952a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010101 00101010
Octal 347 225 52
Decimal 231 149 42
Hex E7 95 2A

RGB Percentages of Color #e7952a

%54.74
%35.31
%9.95

CMYK Percentages of Color #e7952a

%0
%35
%82
%9

Triadic Colors of #e7952a

#e7952a #2ae795 #952ae7

Analogous Colors of #e7952a

#e7952a #dbe72a #e7372a

Monochromatic Colors of #e7952a

#e7952a

Complementary Color

#e7952a #2a7ce7

#e7952a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7952a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7952a Color CSS Codes

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

#e7952a Text Font Color

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

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


#e7952a Background Color

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

This div background color is #e7952a


#e7952a Border Color

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

This div border color is #e7952a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7952a


Comments

No comments written yet.

Please login to write comment.