Color Hex Logo

#e487ec Color Hex

#E487EC
(228,135,236)
0 Favorites   0 Comments

Color spaces of #e487ec

RGB 228135236
HSL0.820.730.73
HSV295°43°93°
CMYK 0.030.430.00   0.07
XYZ55.799239.878184.1132
Yxy39.87810.31040.2218
Hunter Lab63.149147.2135-34.7686
CIE-Lab69.382650.6363-36.3007

#e487ec color RGB value is (228,135,236).

#e487ec hex color red value is 228, green value is 135 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e487ec hue: 0.82 , saturation: 0.73 and the lightness value of e487ec is 0.73.

The process color (four color CMYK) of #e487ec color hex is 0.03, 0.43, 0.00, 0.07. Web safe color of #e487ec is #cc99ff. Color #e487ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000111 11101100
Octal 344 207 354
Decimal 228 135 236
Hex E4 87 EC

RGB Percentages of Color #e487ec

%38.06
%22.54
%39.40

CMYK Percentages of Color #e487ec

%3
%43
%0
%7

Triadic Colors of #e487ec

#e487ec #ece487 #87ece4

Analogous Colors of #e487ec

#e487ec #ec87c2 #b287ec

Monochromatic Colors of #e487ec

#e487ec

Complementary Color

#e487ec #8fec87

#e487ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e487ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e487ec Color CSS Codes

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

#e487ec Text Font Color

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

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


#e487ec Background Color

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

This div background color is #e487ec


#e487ec Border Color

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

This div border color is #e487ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e487ec


Comments

No comments written yet.

Please login to write comment.