Color Hex Logo

#e0925b Color Hex

#E0925B
(224,146,91)
0 Favorites   0 Comments

Color spaces of #e0925b

RGB 22414691
HSL0.070.680.62
HSV25°59°88°
CMYK 0.000.350.59   0.12
XYZ42.907737.160414.8087
Yxy37.16040.45220.3917
Hunter Lab60.959318.962728.2684
CIE-Lab67.397224.091440.9356

#e0925b color RGB value is (224,146,91).

#e0925b hex color red value is 224, green value is 146 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #e0925b hue: 0.07 , saturation: 0.68 and the lightness value of e0925b is 0.62.

The process color (four color CMYK) of #e0925b color hex is 0.00, 0.35, 0.59, 0.12. Web safe color of #e0925b is #cc9966. Color #e0925b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010010 01011011
Octal 340 222 133
Decimal 224 146 91
Hex E0 92 5B

RGB Percentages of Color #e0925b

%48.59
%31.67
%19.74

CMYK Percentages of Color #e0925b

%0
%35
%59
%12

Triadic Colors of #e0925b

#e0925b #5be092 #925be0

Analogous Colors of #e0925b

#e0925b #e0d55b #e05b67

Monochromatic Colors of #e0925b

#e0925b

Complementary Color

#e0925b #5ba9e0

#e0925b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0925b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0925b Color CSS Codes

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

#e0925b Text Font Color

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

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


#e0925b Background Color

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

This div background color is #e0925b


#e0925b Border Color

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

This div border color is #e0925b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0925b


Comments

No comments written yet.

Please login to write comment.