Color Hex Logo

#e971ff Color Hex

#E971FF
(233,113,255)
0 Favorites   0 Comments

Color spaces of #e971ff

RGB 233113255
HSL0.811.000.72
HSV291°56°100°
CMYK 0.090.560.00   0.00
XYZ57.559436.353998.5910
Yxy36.35390.29900.1888
Hunter Lab60.294264.8888-54.7430
CIE-Lab66.789466.1706-50.7483

#e971ff color RGB value is (233,113,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110001 11111111
Octal 351 161 377
Decimal 233 113 255
Hex E9 71 FF

RGB Percentages of Color #e971ff

%38.77
%18.80
%42.43

CMYK Percentages of Color #e971ff

%9
%56
%0
%0

Triadic Colors of #e971ff

#e971ff #ffe971 #71ffe9

Analogous Colors of #e971ff

#e971ff #ff71ce #a271ff

Monochromatic Colors of #e971ff

#e971ff

Complementary Color

#e971ff #87ff71

#e971ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e971ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e971ff Color CSS Codes

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

#e971ff Text Font Color

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

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


#e971ff Background Color

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

This div background color is #e971ff


#e971ff Border Color

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

This div border color is #e971ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e971ff


Comments

No comments written yet.

Please login to write comment.