Color Hex Logo

#e7285b Color Hex

#E7285B
(231,40,91)
0 Favorites   0 Comments

Color spaces of #e7285b

RGB 2314091
HSL0.960.800.53
HSV344°83°91°
CMYK 0.000.830.61   0.09
XYZ35.602119.261811.7390
Yxy19.26180.53450.2892
Hunter Lab43.888367.994514.8632
CIE-Lab50.992171.666620.3146

#e7285b color RGB value is (231,40,91).

#e7285b hex color red value is 231, green value is 40 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #e7285b hue: 0.96 , saturation: 0.80 and the lightness value of e7285b is 0.53.

The process color (four color CMYK) of #e7285b color hex is 0.00, 0.83, 0.61, 0.09. Web safe color of #e7285b is #ff3366. Color #e7285b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101000 01011011
Octal 347 50 133
Decimal 231 40 91
Hex E7 28 5B

RGB Percentages of Color #e7285b

%63.81
%11.05
%25.14

CMYK Percentages of Color #e7285b

%0
%83
%61
%9

Triadic Colors of #e7285b

#e7285b #5be728 #285be7

Analogous Colors of #e7285b

#e7285b #e75528 #e728bb

Monochromatic Colors of #e7285b

#e7285b

Complementary Color

#e7285b #28e7b4

#e7285b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7285b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7285b Color CSS Codes

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

#e7285b Text Font Color

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

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


#e7285b Background Color

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

This div background color is #e7285b


#e7285b Border Color

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

This div border color is #e7285b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7285b


Comments

No comments written yet.

Please login to write comment.