Color Hex Logo

#e7288b Color Hex

#E7288B
(231,40,139)
0 Favorites   0 Comments

Color spaces of #e7288b

RGB 23140139
HSL0.910.800.53
HSV329°83°91°
CMYK 0.000.830.40   0.09
XYZ38.374020.370626.3355
Yxy20.37060.45100.2394
Hunter Lab45.133872.7815-3.0020
CIE-Lab52.253775.3501-6.9325

#e7288b color RGB value is (231,40,139).

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

The process color (four color CMYK) of #e7288b color hex is 0.00, 0.83, 0.40, 0.09. Web safe color of #e7288b is #ff3399. Color #e7288b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101000 10001011
Octal 347 50 213
Decimal 231 40 139
Hex E7 28 8B

RGB Percentages of Color #e7288b

%56.34
%9.76
%33.90

CMYK Percentages of Color #e7288b

%0
%83
%40
%9

Triadic Colors of #e7288b

#e7288b #8be728 #288be7

Analogous Colors of #e7288b

#e7288b #e7282b #e428e7

Monochromatic Colors of #e7288b

#e7288b

Complementary Color

#e7288b #28e784

#e7288b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7288b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7288b Color CSS Codes

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

#e7288b Text Font Color

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

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


#e7288b Background Color

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

This div background color is #e7288b


#e7288b Border Color

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

This div border color is #e7288b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,40,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7288b


Comments

No comments written yet.

Please login to write comment.