Color Hex Logo

#e873fd Color Hex

#E873FD
(232,115,253)
0 Favorites   0 Comments

Color spaces of #e873fd

RGB 232115253
HSL0.810.970.72
HSV291°55°99°
CMYK 0.080.550.00   0.01
XYZ57.139136.509196.9639
Yxy36.50910.29980.1915
Hunter Lab60.422863.0596-52.8502
CIE-Lab66.907164.6314-49.4752

#e873fd color RGB value is (232,115,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110011 11111101
Octal 350 163 375
Decimal 232 115 253
Hex E8 73 FD

RGB Percentages of Color #e873fd

%38.67
%19.17
%42.17

CMYK Percentages of Color #e873fd

%8
%55
%0
%1

Triadic Colors of #e873fd

#e873fd #fde873 #73fde8

Analogous Colors of #e873fd

#e873fd #fd73cd #a373fd

Monochromatic Colors of #e873fd

#e873fd

Complementary Color

#e873fd #88fd73

#e873fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e873fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e873fd Color CSS Codes

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

#e873fd Text Font Color

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

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


#e873fd Background Color

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

This div background color is #e873fd


#e873fd Border Color

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

This div border color is #e873fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e873fd


Comments

No comments written yet.

Please login to write comment.