Color Hex Logo

#e971fd Color Hex

#E971FD
(233,113,253)
0 Favorites   0 Comments

Color spaces of #e971fd

RGB 233113253
HSL0.810.970.72
HSV291°55°99°
CMYK 0.080.550.00   0.01
XYZ57.239036.225796.9039
Yxy36.22570.30070.1903
Hunter Lab60.187864.4261-53.3270
CIE-Lab66.692065.8042-49.8063

#e971fd color RGB value is (233,113,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110001 11111101
Octal 351 161 375
Decimal 233 113 253
Hex E9 71 FD

RGB Percentages of Color #e971fd

%38.90
%18.86
%42.24

CMYK Percentages of Color #e971fd

%8
%55
%0
%1

Triadic Colors of #e971fd

#e971fd #fde971 #71fde9

Analogous Colors of #e971fd

#e971fd #fd71cb #a371fd

Monochromatic Colors of #e971fd

#e971fd

Complementary Color

#e971fd #85fd71

#e971fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e971fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e971fd Color CSS Codes

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

#e971fd Text Font Color

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

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


#e971fd Background Color

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

This div background color is #e971fd


#e971fd Border Color

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

This div border color is #e971fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e971fd


Comments

No comments written yet.

Please login to write comment.