Color Hex Logo

#e745ae Color Hex

#E745AE
(231,69,174)
0 Favorites   0 Comments

Color spaces of #e745ae

RGB 23169174
HSL0.890.770.59
HSV321°70°91°
CMYK 0.000.700.25   0.09
XYZ42.723124.301242.4832
Yxy24.30120.39010.2219
Hunter Lab49.296268.4304-16.5884
CIE-Lab56.388170.9935-21.3374

#e745ae color RGB value is (231,69,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000101 10101110
Octal 347 105 256
Decimal 231 69 174
Hex E7 45 AE

RGB Percentages of Color #e745ae

%48.73
%14.56
%36.71

CMYK Percentages of Color #e745ae

%0
%70
%25
%9

Triadic Colors of #e745ae

#e745ae #aee745 #45aee7

Analogous Colors of #e745ae

#e745ae #e7455d #cf45e7

Monochromatic Colors of #e745ae

#e745ae

Complementary Color

#e745ae #45e77e

#e745ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e745ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e745ae Color CSS Codes

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

#e745ae Text Font Color

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

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


#e745ae Background Color

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

This div background color is #e745ae


#e745ae Border Color

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

This div border color is #e745ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e745ae


Comments

No comments written yet.

Please login to write comment.