Color Hex Logo

#e71fbd Color Hex

#E71FBD
(231,31,189)
0 Favorites   0 Comments

Color spaces of #e71fbd

RGB 23131189
HSL0.870.810.51
HSV313°87°91°
CMYK 0.000.870.18   0.09
XYZ42.630321.643050.0748
Yxy21.64300.37280.1893
Hunter Lab46.522082.1543-31.2524
CIE-Lab53.646282.5347-34.2976

#e71fbd color RGB value is (231,31,189).

#e71fbd hex color red value is 231, green value is 31 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e71fbd hue: 0.87 , saturation: 0.81 and the lightness value of e71fbd is 0.51.

The process color (four color CMYK) of #e71fbd color hex is 0.00, 0.87, 0.18, 0.09. Web safe color of #e71fbd is #ff33cc. Color #e71fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011111 10111101
Octal 347 37 275
Decimal 231 31 189
Hex E7 1F BD

RGB Percentages of Color #e71fbd

%51.22
%6.87
%41.91

CMYK Percentages of Color #e71fbd

%0
%87
%18
%9

Triadic Colors of #e71fbd

#e71fbd #bde71f #1fbde7

Analogous Colors of #e71fbd

#e71fbd #e71f59 #ad1fe7

Monochromatic Colors of #e71fbd

#e71fbd

Complementary Color

#e71fbd #1fe749

#e71fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71fbd Color CSS Codes

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

#e71fbd Text Font Color

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

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


#e71fbd Background Color

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

This div background color is #e71fbd


#e71fbd Border Color

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

This div border color is #e71fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,31,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e71fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e71fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #e71fbd;
  box-shadow:         1px 1px 3px 2px #e71fbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,31,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71fbd


Comments

No comments written yet.

Please login to write comment.