Color Hex Logo

#e387bf Color Hex

#E387BF
(227,135,191)
0 Favorites   0 Comments

Color spaces of #e387bf

RGB 227135191
HSL0.900.620.71
HSV323°41°89°
CMYK 0.000.410.16   0.11
XYZ49.746537.420453.8912
Yxy37.42040.35270.2653
Hunter Lab61.172238.1085-9.4125
CIE-Lab67.591242.6369-14.0806

#e387bf color RGB value is (227,135,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000111 10111111
Octal 343 207 277
Decimal 227 135 191
Hex E3 87 BF

RGB Percentages of Color #e387bf

%41.05
%24.41
%34.54

CMYK Percentages of Color #e387bf

%0
%41
%16
%11

Triadic Colors of #e387bf

#e387bf #bfe387 #87bfe3

Analogous Colors of #e387bf

#e387bf #e38791 #d987e3

Monochromatic Colors of #e387bf

#e387bf

Complementary Color

#e387bf #87e3ab

#e387bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e387bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e387bf Color CSS Codes

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

#e387bf Text Font Color

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

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


#e387bf Background Color

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

This div background color is #e387bf


#e387bf Border Color

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

This div border color is #e387bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e387bf


Comments

No comments written yet.

Please login to write comment.