Color Hex Logo

#e777ef Color Hex

#E777EF
(231,119,239)
0 Favorites   0 Comments

Color spaces of #e777ef

RGB 231119239
HSL0.820.790.70
HSV296°50°94°
CMYK 0.030.500.00   0.06
XYZ55.131836.414685.7843
Yxy36.41460.31090.2053
Hunter Lab60.344557.4778-42.0441
CIE-Lab66.835559.9394-41.8996

#e777ef color RGB value is (231,119,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110111 11101111
Octal 347 167 357
Decimal 231 119 239
Hex E7 77 EF

RGB Percentages of Color #e777ef

%39.22
%20.20
%40.58

CMYK Percentages of Color #e777ef

%3
%50
%0
%6

Triadic Colors of #e777ef

#e777ef #efe777 #77efe7

Analogous Colors of #e777ef

#e777ef #ef77bb #ab77ef

Monochromatic Colors of #e777ef

#e777ef

Complementary Color

#e777ef #7fef77

#e777ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e777ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e777ef Color CSS Codes

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

#e777ef Text Font Color

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

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


#e777ef Background Color

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

This div background color is #e777ef


#e777ef Border Color

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

This div border color is #e777ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e777ef


Comments

No comments written yet.

Please login to write comment.