Color Hex Logo

#e72fce Color Hex

#E72FCE
(231,47,206)
0 Favorites   0 Comments

Color spaces of #e72fce

RGB 23147206
HSL0.860.790.55
HSV308°80°91°
CMYK 0.000.800.11   0.09
XYZ45.112123.478260.5466
Yxy23.47820.34930.1818
Hunter Lab48.454381.3927-40.1684
CIE-Lab55.561581.5664-41.0830

#e72fce color RGB value is (231,47,206).

#e72fce hex color red value is 231, green value is 47 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e72fce hue: 0.86 , saturation: 0.79 and the lightness value of e72fce is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101111 11001110
Octal 347 57 316
Decimal 231 47 206
Hex E7 2F CE

RGB Percentages of Color #e72fce

%47.73
%9.71
%42.56

CMYK Percentages of Color #e72fce

%0
%80
%11
%9

Triadic Colors of #e72fce

#e72fce #cee72f #2fcee7

Analogous Colors of #e72fce

#e72fce #e72f72 #a42fe7

Monochromatic Colors of #e72fce

#e72fce

Complementary Color

#e72fce #2fe748

#e72fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72fce Color CSS Codes

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

#e72fce Text Font Color

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

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


#e72fce Background Color

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

This div background color is #e72fce


#e72fce Border Color

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

This div border color is #e72fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72fce


Comments

No comments written yet.

Please login to write comment.