Color Hex Logo

#e387bc Color Hex

#E387BC
(227,135,188)
0 Favorites   0 Comments

Color spaces of #e387bc

RGB 227135188
HSL0.900.620.71
HSV325°41°89°
CMYK 0.000.410.17   0.11
XYZ49.419637.289752.1699
Yxy37.28970.35580.2685
Hunter Lab61.065337.5942-7.9075
CIE-Lab67.493842.1723-12.5460

#e387bc color RGB value is (227,135,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000111 10111100
Octal 343 207 274
Decimal 227 135 188
Hex E3 87 BC

RGB Percentages of Color #e387bc

%41.27
%24.55
%34.18

CMYK Percentages of Color #e387bc

%0
%41
%17
%11

Triadic Colors of #e387bc

#e387bc #bce387 #87bce3

Analogous Colors of #e387bc

#e387bc #e3878e #dc87e3

Monochromatic Colors of #e387bc

#e387bc

Complementary Color

#e387bc #87e3ae

#e387bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e387bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e387bc Color CSS Codes

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

#e387bc Text Font Color

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

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


#e387bc Background Color

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

This div background color is #e387bc


#e387bc Border Color

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

This div border color is #e387bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e387bc


Comments

No comments written yet.

Please login to write comment.