Color Hex Logo

#e486bd Color Hex

#E486BD
(228,134,189)
0 Favorites   0 Comments

Color spaces of #e486bd

RGB 228134189
HSL0.900.640.71
HSV325°41°89°
CMYK 0.000.410.17   0.11
XYZ49.705337.218352.7082
Yxy37.21830.35600.2665
Hunter Lab61.006838.6710-8.5202
CIE-Lab67.440543.1755-13.1743

#e486bd color RGB value is (228,134,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000110 10111101
Octal 344 206 275
Decimal 228 134 189
Hex E4 86 BD

RGB Percentages of Color #e486bd

%41.38
%24.32
%34.30

CMYK Percentages of Color #e486bd

%0
%41
%17
%11

Triadic Colors of #e486bd

#e486bd #bde486 #86bde4

Analogous Colors of #e486bd

#e486bd #e4868e #dc86e4

Monochromatic Colors of #e486bd

#e486bd

Complementary Color

#e486bd #86e4ad

#e486bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e486bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e486bd Color CSS Codes

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

#e486bd Text Font Color

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

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


#e486bd Background Color

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

This div background color is #e486bd


#e486bd Border Color

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

This div border color is #e486bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,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 #e486bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e486bd


Comments

No comments written yet.

Please login to write comment.