Color Hex Logo

#e72cce Color Hex

#E72CCE
(231,44,206)
0 Favorites   0 Comments

Color spaces of #e72cce

RGB 23144206
HSL0.860.800.54
HSV308°81°91°
CMYK 0.000.810.11   0.09
XYZ44.996323.246560.5080
Yxy23.24650.34950.1806
Hunter Lab48.214682.2095-40.6570
CIE-Lab55.325382.2504-41.4552

#e72cce color RGB value is (231,44,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101100 11001110
Octal 347 54 316
Decimal 231 44 206
Hex E7 2C CE

RGB Percentages of Color #e72cce

%48.02
%9.15
%42.83

CMYK Percentages of Color #e72cce

%0
%81
%11
%9

Triadic Colors of #e72cce

#e72cce #cee72c #2ccee7

Analogous Colors of #e72cce

#e72cce #e72c71 #a32ce7

Monochromatic Colors of #e72cce

#e72cce

Complementary Color

#e72cce #2ce745

#e72cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72cce Color CSS Codes

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

#e72cce Text Font Color

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

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


#e72cce Background Color

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

This div background color is #e72cce


#e72cce Border Color

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

This div border color is #e72cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72cce


Comments

No comments written yet.

Please login to write comment.