Color Hex Logo

#e386bd Color Hex

#E386BD
(227,134,189)
0 Favorites   0 Comments

Color spaces of #e386bd

RGB 227134189
HSL0.900.620.71
HSV325°41°89°
CMYK 0.000.410.17   0.11
XYZ49.389037.055252.6934
Yxy37.05520.35500.2663
Hunter Lab60.873038.2974-8.7120
CIE-Lab67.318442.8453-13.3701

#e386bd color RGB value is (227,134,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000110 10111101
Octal 343 206 275
Decimal 227 134 189
Hex E3 86 BD

RGB Percentages of Color #e386bd

%41.27
%24.36
%34.36

CMYK Percentages of Color #e386bd

%0
%41
%17
%11

Triadic Colors of #e386bd

#e386bd #bde386 #86bde3

Analogous Colors of #e386bd

#e386bd #e3868f #db86e3

Monochromatic Colors of #e386bd

#e386bd

Complementary Color

#e386bd #86e3ac

#e386bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e386bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e386bd Color CSS Codes

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

#e386bd Text Font Color

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

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


#e386bd Background Color

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

This div background color is #e386bd


#e386bd Border Color

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

This div border color is #e386bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e386bd


Comments

No comments written yet.

Please login to write comment.