Color Hex Logo

#e877ef Color Hex

#E877EF
(232,119,239)
0 Favorites   0 Comments

Color spaces of #e877ef

RGB 232119239
HSL0.820.790.70
HSV297°50°94°
CMYK 0.030.500.00   0.06
XYZ55.455536.581585.7995
Yxy36.58150.31180.2057
Hunter Lab60.482657.8190-41.7698
CIE-Lab66.961960.2093-41.6926

#e877ef color RGB value is (232,119,239).

#e877ef hex color red value is 232, green value is 119 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e877ef hue: 0.82 , saturation: 0.79 and the lightness value of e877ef is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110111 11101111
Octal 350 167 357
Decimal 232 119 239
Hex E8 77 EF

RGB Percentages of Color #e877ef

%39.32
%20.17
%40.51

CMYK Percentages of Color #e877ef

%3
%50
%0
%6

Triadic Colors of #e877ef

#e877ef #efe877 #77efe8

Analogous Colors of #e877ef

#e877ef #ef77ba #ac77ef

Monochromatic Colors of #e877ef

#e877ef

Complementary Color

#e877ef #7eef77

#e877ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e877ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e877ef Color CSS Codes

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

#e877ef Text Font Color

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

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


#e877ef Background Color

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

This div background color is #e877ef


#e877ef Border Color

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

This div border color is #e877ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e877ef


Comments

No comments written yet.

Please login to write comment.