Color Hex Logo

#e2875b Color Hex

#E2875B
(226,135,91)
0 Favorites   0 Comments

Color spaces of #e2875b

RGB 22613591
HSL0.050.700.62
HSV20°60°89°
CMYK 0.000.400.60   0.11
XYZ41.916334.252014.2996
Yxy34.25200.46330.3786
Hunter Lab58.525225.424326.4812
CIE-Lab65.162130.748238.2744

#e2875b color RGB value is (226,135,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000111 01011011
Octal 342 207 133
Decimal 226 135 91
Hex E2 87 5B

RGB Percentages of Color #e2875b

%50.00
%29.87
%20.13

CMYK Percentages of Color #e2875b

%0
%40
%60
%11

Triadic Colors of #e2875b

#e2875b #5be287 #875be2

Analogous Colors of #e2875b

#e2875b #e2cb5b #e25b73

Monochromatic Colors of #e2875b

#e2875b

Complementary Color

#e2875b #5bb6e2

#e2875b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2875b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2875b Color CSS Codes

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

#e2875b Text Font Color

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

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


#e2875b Background Color

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

This div background color is #e2875b


#e2875b Border Color

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

This div border color is #e2875b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2875b


Comments

No comments written yet.

Please login to write comment.