Color Hex Logo

#e487ef Color Hex

#E487EF
(228,135,239)
0 Favorites   0 Comments

Color spaces of #e487ef

RGB 228135239
HSL0.820.760.73
HSV294°44°94°
CMYK 0.050.440.00   0.06
XYZ56.238940.053986.4284
Yxy40.05390.30780.2192
Hunter Lab63.288247.8638-36.6667
CIE-Lab69.507951.1931-37.7532

#e487ef color RGB value is (228,135,239).

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

The process color (four color CMYK) of #e487ef color hex is 0.05, 0.44, 0.00, 0.06. Web safe color of #e487ef is #cc99ff. Color #e487ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000111 11101111
Octal 344 207 357
Decimal 228 135 239
Hex E4 87 EF

RGB Percentages of Color #e487ef

%37.87
%22.43
%39.70

CMYK Percentages of Color #e487ef

%5
%44
%0
%6

Triadic Colors of #e487ef

#e487ef #efe487 #87efe4

Analogous Colors of #e487ef

#e487ef #ef87c6 #b087ef

Monochromatic Colors of #e487ef

#e487ef

Complementary Color

#e487ef #92ef87

#e487ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e487ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e487ef Color CSS Codes

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

#e487ef Text Font Color

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

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


#e487ef Background Color

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

This div background color is #e487ef


#e487ef Border Color

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

This div border color is #e487ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e487ef


Comments

No comments written yet.

Please login to write comment.