Color Hex Logo

#e584ef Color Hex

#E584EF
(229,132,239)
0 Favorites   0 Comments

Color spaces of #e584ef

RGB 229132239
HSL0.820.770.73
HSV294°45°94°
CMYK 0.040.450.00   0.06
XYZ56.144439.392586.3057
Yxy39.39250.30880.2166
Hunter Lab62.763449.8393-37.5950
CIE-Lab69.034652.9979-38.4815

#e584ef color RGB value is (229,132,239).

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

The process color (four color CMYK) of #e584ef color hex is 0.04, 0.45, 0.00, 0.06. Web safe color of #e584ef is #cc99ff. Color #e584ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000100 11101111
Octal 345 204 357
Decimal 229 132 239
Hex E5 84 EF

RGB Percentages of Color #e584ef

%38.17
%22.00
%39.83

CMYK Percentages of Color #e584ef

%4
%45
%0
%6

Triadic Colors of #e584ef

#e584ef #efe584 #84efe5

Analogous Colors of #e584ef

#e584ef #ef84c4 #b084ef

Monochromatic Colors of #e584ef

#e584ef

Complementary Color

#e584ef #8eef84

#e584ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e584ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e584ef Color CSS Codes

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

#e584ef Text Font Color

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

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


#e584ef Background Color

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

This div background color is #e584ef


#e584ef Border Color

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

This div border color is #e584ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e584ef


Comments

No comments written yet.

Please login to write comment.