Color Hex Logo

#e1922b Color Hex

#E1922B
(225,146,43)
0 Favorites   0 Comments

Color spaces of #e1922b

RGB 22514643
HSL0.090.750.53
HSV34°81°88°
CMYK 0.000.350.81   0.12
XYZ41.766336.73977.1757
Yxy36.73970.48750.4288
Hunter Lab60.613316.924335.4103
CIE-Lab67.081322.021462.4585

#e1922b color RGB value is (225,146,43).

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

The process color (four color CMYK) of #e1922b color hex is 0.00, 0.35, 0.81, 0.12. Web safe color of #e1922b is #cc9933. Color #e1922b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010010 00101011
Octal 341 222 53
Decimal 225 146 43
Hex E1 92 2B

RGB Percentages of Color #e1922b

%54.35
%35.27
%10.39

CMYK Percentages of Color #e1922b

%0
%35
%81
%12

Triadic Colors of #e1922b

#e1922b #2be192 #922be1

Analogous Colors of #e1922b

#e1922b #d5e12b #e1372b

Monochromatic Colors of #e1922b

#e1922b

Complementary Color

#e1922b #2b7ae1

#e1922b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1922b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1922b Color CSS Codes

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

#e1922b Text Font Color

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

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


#e1922b Background Color

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

This div background color is #e1922b


#e1922b Border Color

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

This div border color is #e1922b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1922b


Comments

No comments written yet.

Please login to write comment.