Color Hex Logo

#e2975b Color Hex

#E2975B
(226,151,91)
0 Favorites   0 Comments

Color spaces of #e2975b

RGB 22615191
HSL0.070.700.62
HSV27°60°89°
CMYK 0.000.330.60   0.11
XYZ44.319039.057315.1005
Yxy39.05730.45000.3966
Hunter Lab62.495817.215829.4212
CIE-Lab68.792822.236142.6705

#e2975b color RGB value is (226,151,91).

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

The process color (four color CMYK) of #e2975b color hex is 0.00, 0.33, 0.60, 0.11. Web safe color of #e2975b is #cc9966. Color #e2975b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010111 01011011
Octal 342 227 133
Decimal 226 151 91
Hex E2 97 5B

RGB Percentages of Color #e2975b

%48.29
%32.26
%19.44

CMYK Percentages of Color #e2975b

%0
%33
%60
%11

Triadic Colors of #e2975b

#e2975b #5be297 #975be2

Analogous Colors of #e2975b

#e2975b #e2db5b #e25b63

Monochromatic Colors of #e2975b

#e2975b

Complementary Color

#e2975b #5ba6e2

#e2975b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2975b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2975b Color CSS Codes

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

#e2975b Text Font Color

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

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


#e2975b Background Color

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

This div background color is #e2975b


#e2975b Border Color

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

This div border color is #e2975b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,151,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 #e2975b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2975b


Comments

No comments written yet.

Please login to write comment.