Color Hex Logo

#e387e1 Color Hex

#E387E1
(227,135,225)
0 Favorites   0 Comments

Color spaces of #e387e1

RGB 227135225
HSL0.840.620.71
HSV301°41°89°
CMYK 0.000.410.01   0.11
XYZ53.933139.095175.9377
Yxy39.09510.31920.2314
Hunter Lab62.526144.5481-28.2392
CIE-Lab68.820148.3408-31.1212

#e387e1 color RGB value is (227,135,225).

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

The process color (four color CMYK) of #e387e1 color hex is 0.00, 0.41, 0.01, 0.11. Web safe color of #e387e1 is #cc99cc. Color #e387e1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000111 11100001
Octal 343 207 341
Decimal 227 135 225
Hex E3 87 E1

RGB Percentages of Color #e387e1

%38.67
%23.00
%38.33

CMYK Percentages of Color #e387e1

%0
%41
%1
%11

Triadic Colors of #e387e1

#e387e1 #e1e387 #87e1e3

Analogous Colors of #e387e1

#e387e1 #e387b3 #b787e3

Monochromatic Colors of #e387e1

#e387e1

Complementary Color

#e387e1 #87e389

#e387e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e387e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e387e1 Color CSS Codes

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

#e387e1 Text Font Color

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

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


#e387e1 Background Color

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

This div background color is #e387e1


#e387e1 Border Color

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

This div border color is #e387e1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,135,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e387e1


Comments

No comments written yet.

Please login to write comment.