Color Hex Logo

#e971fb Color Hex

#E971FB
(233,113,251)
0 Favorites   0 Comments

Color spaces of #e971fb

RGB 233113251
HSL0.810.950.71
HSV292°55°98°
CMYK 0.070.550.00   0.02
XYZ56.922036.098995.2345
Yxy36.09890.30240.1918
Hunter Lab60.082463.9667-51.9209
CIE-Lab66.595465.4396-48.8617

#e971fb color RGB value is (233,113,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110001 11111011
Octal 351 161 373
Decimal 233 113 251
Hex E9 71 FB

RGB Percentages of Color #e971fb

%39.03
%18.93
%42.04

CMYK Percentages of Color #e971fb

%7
%55
%0
%2

Triadic Colors of #e971fb

#e971fb #fbe971 #71fbe9

Analogous Colors of #e971fb

#e971fb #fb71c8 #a471fb

Monochromatic Colors of #e971fb

#e971fb

Complementary Color

#e971fb #83fb71

#e971fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e971fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e971fb Color CSS Codes

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

#e971fb Text Font Color

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

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


#e971fb Background Color

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

This div background color is #e971fb


#e971fb Border Color

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

This div border color is #e971fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,113,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e971fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e971fb


Comments

No comments written yet.

Please login to write comment.