Color Hex Logo

#e387ae Color Hex

#E387AE
(227,135,174)
0 Favorites   0 Comments

Color spaces of #e387ae

RGB 227135174
HSL0.930.620.71
HSV335°41°89°
CMYK 0.000.410.23   0.11
XYZ47.982536.714844.6021
Yxy36.71480.37110.2840
Hunter Lab60.592735.3142-1.2282
CIE-Lab67.062540.0958-5.3236

#e387ae color RGB value is (227,135,174).

#e387ae hex color red value is 227, green value is 135 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e387ae hue: 0.93 , saturation: 0.62 and the lightness value of e387ae is 0.71.

The process color (four color CMYK) of #e387ae color hex is 0.00, 0.41, 0.23, 0.11. Web safe color of #e387ae is #cc9999. Color #e387ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000111 10101110
Octal 343 207 256
Decimal 227 135 174
Hex E3 87 AE

RGB Percentages of Color #e387ae

%42.35
%25.19
%32.46

CMYK Percentages of Color #e387ae

%0
%41
%23
%11

Triadic Colors of #e387ae

#e387ae #aee387 #87aee3

Analogous Colors of #e387ae

#e387ae #e38e87 #e387dc

Monochromatic Colors of #e387ae

#e387ae

Complementary Color

#e387ae #87e3bc

#e387ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e387ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e387ae Color CSS Codes

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

#e387ae Text Font Color

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

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


#e387ae Background Color

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

This div background color is #e387ae


#e387ae Border Color

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

This div border color is #e387ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e387ae


Comments

No comments written yet.

Please login to write comment.