Color Hex Logo

#e486cb Color Hex

#E486CB
(228,134,203)
0 Favorites   0 Comments

Color spaces of #e486cb

RGB 228134203
HSL0.880.640.71
HSV316°41°89°
CMYK 0.000.410.11   0.11
XYZ51.299537.856061.1031
Yxy37.85600.34140.2519
Hunter Lab61.527241.1551-15.8122
CIE-Lab67.914345.3944-20.2873

#e486cb color RGB value is (228,134,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000110 11001011
Octal 344 206 313
Decimal 228 134 203
Hex E4 86 CB

RGB Percentages of Color #e486cb

%40.35
%23.72
%35.93

CMYK Percentages of Color #e486cb

%0
%41
%11
%11

Triadic Colors of #e486cb

#e486cb #cbe486 #86cbe4

Analogous Colors of #e486cb

#e486cb #e4869c #ce86e4

Monochromatic Colors of #e486cb

#e486cb

Complementary Color

#e486cb #86e49f

#e486cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e486cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e486cb Color CSS Codes

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

#e486cb Text Font Color

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

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


#e486cb Background Color

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

This div background color is #e486cb


#e486cb Border Color

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

This div border color is #e486cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e486cb


Comments

No comments written yet.

Please login to write comment.