Color Hex Logo

#e077ef Color Hex

#E077EF
(224,119,239)
0 Favorites   0 Comments

Color spaces of #e077ef

RGB 224119239
HSL0.810.790.70
HSV293°50°94°
CMYK 0.060.500.00   0.06
XYZ52.917335.272985.6807
Yxy35.27290.30430.2029
Hunter Lab59.391055.1090-43.9613
CIE-Lab65.960658.0510-43.3337

#e077ef color RGB value is (224,119,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110111 11101111
Octal 340 167 357
Decimal 224 119 239
Hex E0 77 EF

RGB Percentages of Color #e077ef

%38.49
%20.45
%41.07

CMYK Percentages of Color #e077ef

%6
%50
%0
%6

Triadic Colors of #e077ef

#e077ef #efe077 #77efe0

Analogous Colors of #e077ef

#e077ef #ef77c2 #a477ef

Monochromatic Colors of #e077ef

#e077ef

Complementary Color

#e077ef #86ef77

#e077ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e077ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e077ef Color CSS Codes

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

#e077ef Text Font Color

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

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


#e077ef Background Color

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

This div background color is #e077ef


#e077ef Border Color

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

This div border color is #e077ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e077ef


Comments

No comments written yet.

Please login to write comment.