Color Hex Logo

#e386d5 Color Hex

#E386D5
(227,134,213)
0 Favorites   0 Comments

Color spaces of #e386d5

RGB 227134213
HSL0.860.620.71
HSV309°41°89°
CMYK 0.000.410.06   0.11
XYZ52.213938.185267.5693
Yxy38.18520.33050.2417
Hunter Lab61.794242.6864-21.5752
CIE-Lab68.156946.7535-25.4944

#e386d5 color RGB value is (227,134,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000110 11010101
Octal 343 206 325
Decimal 227 134 213
Hex E3 86 D5

RGB Percentages of Color #e386d5

%39.55
%23.34
%37.11

CMYK Percentages of Color #e386d5

%0
%41
%6
%11

Triadic Colors of #e386d5

#e386d5 #d5e386 #86d5e3

Analogous Colors of #e386d5

#e386d5 #e386a7 #c386e3

Monochromatic Colors of #e386d5

#e386d5

Complementary Color

#e386d5 #86e394

#e386d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e386d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e386d5 Color CSS Codes

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

#e386d5 Text Font Color

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

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


#e386d5 Background Color

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

This div background color is #e386d5


#e386d5 Border Color

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

This div border color is #e386d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e386d5


Comments

No comments written yet.

Please login to write comment.