Color Hex Logo

#e873ff Color Hex

#E873FF
(232,115,255)
0 Favorites   0 Comments

Color spaces of #e873ff

RGB 232115255
HSL0.811.000.73
HSV290°55°100°
CMYK 0.090.550.00   0.00
XYZ57.459436.637398.6510
Yxy36.63730.29810.1901
Hunter Lab60.528863.5231-54.2619
CIE-Lab67.004065.0006-50.4176

#e873ff color RGB value is (232,115,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110011 11111111
Octal 350 163 377
Decimal 232 115 255
Hex E8 73 FF

RGB Percentages of Color #e873ff

%38.54
%19.10
%42.36

CMYK Percentages of Color #e873ff

%9
%55
%0
%0

Triadic Colors of #e873ff

#e873ff #ffe873 #73ffe8

Analogous Colors of #e873ff

#e873ff #ff73d0 #a273ff

Monochromatic Colors of #e873ff

#e873ff

Complementary Color

#e873ff #8aff73

#e873ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e873ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e873ff Color CSS Codes

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

#e873ff Text Font Color

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

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


#e873ff Background Color

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

This div background color is #e873ff


#e873ff Border Color

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

This div border color is #e873ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e873ff

Related Colors


Comments

No comments written yet.

Please login to write comment.