Color Hex Logo

#e71fce Color Hex

#E71FCE
(231,31,206)
0 Favorites   0 Comments

Color spaces of #e71fce

RGB 23131206
HSL0.850.810.51
HSV308°87°91°
CMYK 0.000.870.11   0.09
XYZ44.585622.425160.3711
Yxy22.42510.35000.1760
Hunter Lab47.355185.1890-42.4377
CIE-Lab54.475284.7257-42.7969

#e71fce color RGB value is (231,31,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011111 11001110
Octal 347 37 316
Decimal 231 31 206
Hex E7 1F CE

RGB Percentages of Color #e71fce

%49.36
%6.62
%44.02

CMYK Percentages of Color #e71fce

%0
%87
%11
%9

Triadic Colors of #e71fce

#e71fce #cee71f #1fcee7

Analogous Colors of #e71fce

#e71fce #e71f6a #9c1fe7

Monochromatic Colors of #e71fce

#e71fce

Complementary Color

#e71fce #1fe738

#e71fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71fce Color CSS Codes

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

#e71fce Text Font Color

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

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


#e71fce Background Color

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

This div background color is #e71fce


#e71fce Border Color

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

This div border color is #e71fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71fce


Comments

No comments written yet.

Please login to write comment.