Color Hex Logo

#e7458b Color Hex

#E7458B
(231,69,139)
0 Favorites   0 Comments

Color spaces of #e7458b

RGB 23169139
HSL0.930.770.59
HSV334°70°91°
CMYK 0.000.700.40   0.09
XYZ39.743323.109226.7919
Yxy23.10920.44330.2578
Hunter Lab48.072063.44790.6064
CIE-Lab55.184667.0608-2.5948

#e7458b color RGB value is (231,69,139).

#e7458b hex color red value is 231, green value is 69 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #e7458b hue: 0.93 , saturation: 0.77 and the lightness value of e7458b is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000101 10001011
Octal 347 105 213
Decimal 231 69 139
Hex E7 45 8B

RGB Percentages of Color #e7458b

%52.62
%15.72
%31.66

CMYK Percentages of Color #e7458b

%0
%70
%40
%9

Triadic Colors of #e7458b

#e7458b #8be745 #458be7

Analogous Colors of #e7458b

#e7458b #e75045 #e745dc

Monochromatic Colors of #e7458b

#e7458b

Complementary Color

#e7458b #45e7a1

#e7458b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7458b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7458b Color CSS Codes

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

#e7458b Text Font Color

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

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


#e7458b Background Color

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

This div background color is #e7458b


#e7458b Border Color

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

This div border color is #e7458b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7458b


Comments

No comments written yet.

Please login to write comment.