Color Hex Logo

#e776eb Color Hex

#E776EB
(231,118,235)
0 Favorites   0 Comments

Color spaces of #e776eb

RGB 231118235
HSL0.830.750.69
HSV298°50°92°
CMYK 0.020.500.00   0.08
XYZ54.428835.943982.6664
Yxy35.94390.31450.2077
Hunter Lab59.953257.1338-39.7846
CIE-Lab66.477059.7046-40.2520

#e776eb color RGB value is (231,118,235).

#e776eb hex color red value is 231, green value is 118 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e776eb hue: 0.83 , saturation: 0.75 and the lightness value of e776eb is 0.69.

The process color (four color CMYK) of #e776eb color hex is 0.02, 0.50, 0.00, 0.08. Web safe color of #e776eb is #ff66ff. Color #e776eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110110 11101011
Octal 347 166 353
Decimal 231 118 235
Hex E7 76 EB

RGB Percentages of Color #e776eb

%39.55
%20.21
%40.24

CMYK Percentages of Color #e776eb

%2
%50
%0
%8

Triadic Colors of #e776eb

#e776eb #ebe776 #76ebe7

Analogous Colors of #e776eb

#e776eb #eb76b5 #ad76eb

Monochromatic Colors of #e776eb

#e776eb

Complementary Color

#e776eb #7aeb76

#e776eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e776eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e776eb Color CSS Codes

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

#e776eb Text Font Color

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

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


#e776eb Background Color

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

This div background color is #e776eb


#e776eb Border Color

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

This div border color is #e776eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e776eb


Comments

No comments written yet.

Please login to write comment.