Color Hex Logo

#e774ff Color Hex

#E774FF
(231,116,255)
0 Favorites   0 Comments

Color spaces of #e774ff

RGB 231116255
HSL0.801.000.73
HSV290°55°100°
CMYK 0.090.550.00   0.00
XYZ57.250436.699798.6741
Yxy36.69970.29720.1905
Hunter Lab60.580362.6730-54.1663
CIE-Lab67.051164.2844-50.3515

#e774ff color RGB value is (231,116,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110100 11111111
Octal 347 164 377
Decimal 231 116 255
Hex E7 74 FF

RGB Percentages of Color #e774ff

%38.37
%19.27
%42.36

CMYK Percentages of Color #e774ff

%9
%55
%0
%0

Triadic Colors of #e774ff

#e774ff #ffe774 #74ffe7

Analogous Colors of #e774ff

#e774ff #ff74d2 #a274ff

Monochromatic Colors of #e774ff

#e774ff

Complementary Color

#e774ff #8cff74

#e774ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e774ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e774ff Color CSS Codes

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

#e774ff Text Font Color

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

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


#e774ff Background Color

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

This div background color is #e774ff


#e774ff Border Color

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

This div border color is #e774ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e774ff

#e774ff Color Palettes


Comments

No comments written yet.

Please login to write comment.