Color Hex Logo

#e776fd Color Hex

#E776FD
(231,118,253)
0 Favorites   0 Comments

Color spaces of #e776fd

RGB 231118253
HSL0.810.970.73
HSV290°53°99°
CMYK 0.090.530.00   0.01
XYZ57.163137.037697.0647
Yxy37.03760.29890.1936
Hunter Lab60.858561.1588-51.9621
CIE-Lab67.305262.9743-48.8554

#e776fd color RGB value is (231,118,253).

#e776fd hex color red value is 231, green value is 118 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e776fd hue: 0.81 , saturation: 0.97 and the lightness value of e776fd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110110 11111101
Octal 347 166 375
Decimal 231 118 253
Hex E7 76 FD

RGB Percentages of Color #e776fd

%38.37
%19.60
%42.03

CMYK Percentages of Color #e776fd

%9
%53
%0
%1

Triadic Colors of #e776fd

#e776fd #fde776 #76fde7

Analogous Colors of #e776fd

#e776fd #fd76d0 #a476fd

Monochromatic Colors of #e776fd

#e776fd

Complementary Color

#e776fd #8cfd76

#e776fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e776fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e776fd Color CSS Codes

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

#e776fd Text Font Color

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

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


#e776fd Background Color

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

This div background color is #e776fd


#e776fd Border Color

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

This div border color is #e776fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e776fd


Comments

No comments written yet.

Please login to write comment.