Color Hex Logo

#e71bfc Color Hex

#E71BFC
(231,27,252)
0 Favorites   0 Comments

Color spaces of #e71bfc

RGB 23127252
HSL0.820.970.55
HSV294°89°99°
CMYK 0.080.890.00   0.01
XYZ50.917624.801194.1989
Yxy24.80110.29970.1460
Hunter Lab49.800795.3520-77.2876
CIE-Lab56.881191.9388-64.9147

#e71bfc color RGB value is (231,27,252).

#e71bfc hex color red value is 231, green value is 27 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e71bfc hue: 0.82 , saturation: 0.97 and the lightness value of e71bfc is 0.55.

The process color (four color CMYK) of #e71bfc color hex is 0.08, 0.89, 0.00, 0.01. Web safe color of #e71bfc is #ff33ff. Color #e71bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011011 11111100
Octal 347 33 374
Decimal 231 27 252
Hex E7 1B FC

RGB Percentages of Color #e71bfc

%45.29
%5.29
%49.41

CMYK Percentages of Color #e71bfc

%8
%89
%0
%1

Triadic Colors of #e71bfc

#e71bfc #fce71b #1bfce7

Analogous Colors of #e71bfc

#e71bfc #fc1ba1 #771bfc

Monochromatic Colors of #e71bfc

#e71bfc

Complementary Color

#e71bfc #30fc1b

#e71bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71bfc Color CSS Codes

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

#e71bfc Text Font Color

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

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


#e71bfc Background Color

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

This div background color is #e71bfc


#e71bfc Border Color

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

This div border color is #e71bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71bfc


Comments

No comments written yet.

Please login to write comment.