Color Hex Logo

#e954ef Color Hex

#E954EF
(233,84,239)
0 Favorites   0 Comments

Color spaces of #e954ef

RGB 23384239
HSL0.830.830.63
HSV298°65°94°
CMYK 0.030.650.00   0.06
XYZ52.354629.896384.6725
Yxy29.89630.31360.1791
Hunter Lab54.677575.2310-53.5411
CIE-Lab61.564675.5359-50.1858

#e954ef color RGB value is (233,84,239).

#e954ef hex color red value is 233, green value is 84 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e954ef hue: 0.83 , saturation: 0.83 and the lightness value of e954ef is 0.63.

The process color (four color CMYK) of #e954ef color hex is 0.03, 0.65, 0.00, 0.06. Web safe color of #e954ef is #ff66ff. Color #e954ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010100 11101111
Octal 351 124 357
Decimal 233 84 239
Hex E9 54 EF

RGB Percentages of Color #e954ef

%41.91
%15.11
%42.99

CMYK Percentages of Color #e954ef

%3
%65
%0
%6

Triadic Colors of #e954ef

#e954ef #efe954 #54efe9

Analogous Colors of #e954ef

#e954ef #ef54a8 #9c54ef

Monochromatic Colors of #e954ef

#e954ef

Complementary Color

#e954ef #5aef54

#e954ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e954ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e954ef Color CSS Codes

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

#e954ef Text Font Color

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

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


#e954ef Background Color

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

This div background color is #e954ef


#e954ef Border Color

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

This div border color is #e954ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e954ef


Comments

No comments written yet.

Please login to write comment.