Color Hex Logo

#e486bb Color Hex

#E486BB
(228,134,187)
0 Favorites   0 Comments

Color spaces of #e486bb

RGB 228134187
HSL0.910.640.71
HSV326°41°89°
CMYK 0.000.410.18   0.11
XYZ49.489637.132051.5725
Yxy37.13200.35810.2687
Hunter Lab60.936038.3319-7.5242
CIE-Lab67.375942.8701-12.1495

#e486bb color RGB value is (228,134,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000110 10111011
Octal 344 206 273
Decimal 228 134 187
Hex E4 86 BB

RGB Percentages of Color #e486bb

%41.53
%24.41
%34.06

CMYK Percentages of Color #e486bb

%0
%41
%18
%11

Triadic Colors of #e486bb

#e486bb #bbe486 #86bbe4

Analogous Colors of #e486bb

#e486bb #e4868c #de86e4

Monochromatic Colors of #e486bb

#e486bb

Complementary Color

#e486bb #86e4af

#e486bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e486bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e486bb Color CSS Codes

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

#e486bb Text Font Color

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

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


#e486bb Background Color

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

This div background color is #e486bb


#e486bb Border Color

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

This div border color is #e486bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e486bb


Comments

No comments written yet.

Please login to write comment.