Color Hex Logo

#e773ff Color Hex

#E773FF
(231,115,255)
0 Favorites   0 Comments

Color spaces of #e773ff

RGB 231115255
HSL0.801.000.73
HSV290°55°100°
CMYK 0.090.550.00   0.00
XYZ57.135736.470498.6358
Yxy36.47040.29720.1897
Hunter Lab60.390763.1952-54.5645
CIE-Lab66.877864.7493-50.6253

#e773ff color RGB value is (231,115,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110011 11111111
Octal 347 163 377
Decimal 231 115 255
Hex E7 73 FF

RGB Percentages of Color #e773ff

%38.44
%19.13
%42.43

CMYK Percentages of Color #e773ff

%9
%55
%0
%0

Triadic Colors of #e773ff

#e773ff #ffe773 #73ffe7

Analogous Colors of #e773ff

#e773ff #ff73d1 #a173ff

Monochromatic Colors of #e773ff

#e773ff

Complementary Color

#e773ff #8bff73

#e773ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e773ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e773ff Color CSS Codes

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

#e773ff Text Font Color

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

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


#e773ff Background Color

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

This div background color is #e773ff


#e773ff Border Color

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

This div border color is #e773ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e773ff


Comments

No comments written yet.

Please login to write comment.