Color Hex Logo

#e77eff Color Hex

#E77EFF
(231,126,255)
0 Favorites   0 Comments

Color spaces of #e77eff

RGB 231126255
HSL0.801.000.75
HSV289°51°100°
CMYK 0.090.510.00   0.00
XYZ58.465939.130699.0792
Yxy39.13060.29730.1990
Hunter Lab62.554557.3630-50.1206
CIE-Lab68.845859.5163-47.5218

#e77eff color RGB value is (231,126,255).

#e77eff hex color red value is 231, green value is 126 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e77eff hue: 0.80 , saturation: 1.00 and the lightness value of e77eff is 0.75.

The process color (four color CMYK) of #e77eff color hex is 0.09, 0.51, 0.00, 0.00. Web safe color of #e77eff is #ff66ff. Color #e77eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111110 11111111
Octal 347 176 377
Decimal 231 126 255
Hex E7 7E FF

RGB Percentages of Color #e77eff

%37.75
%20.59
%41.67

CMYK Percentages of Color #e77eff

%9
%51
%0
%0

Triadic Colors of #e77eff

#e77eff #ffe77e #7effe7

Analogous Colors of #e77eff

#e77eff #ff7ed7 #a77eff

Monochromatic Colors of #e77eff

#e77eff

Complementary Color

#e77eff #96ff7e

#e77eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77eff Color CSS Codes

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

#e77eff Text Font Color

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

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


#e77eff Background Color

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

This div background color is #e77eff


#e77eff Border Color

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

This div border color is #e77eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,126,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e77eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77eff

#e77eff Color Palettes


Comments

No comments written yet.

Please login to write comment.