Color Hex Logo

#e727ce Color Hex

#E727CE
(231,39,206)
0 Favorites   0 Comments

Color spaces of #e727ce

RGB 23139206
HSL0.860.800.53
HSV308°83°91°
CMYK 0.000.830.11   0.09
XYZ44.821122.896260.4496
Yxy22.89620.34970.1786
Hunter Lab47.850083.4636-41.4070
CIE-Lab54.965383.2960-42.0231

#e727ce color RGB value is (231,39,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100111 11001110
Octal 347 47 316
Decimal 231 39 206
Hex E7 27 CE

RGB Percentages of Color #e727ce

%48.53
%8.19
%43.28

CMYK Percentages of Color #e727ce

%0
%83
%11
%9

Triadic Colors of #e727ce

#e727ce #cee727 #27cee7

Analogous Colors of #e727ce

#e727ce #e7276e #a027e7

Monochromatic Colors of #e727ce

#e727ce

Complementary Color

#e727ce #27e740

#e727ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e727ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e727ce Color CSS Codes

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

#e727ce Text Font Color

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

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


#e727ce Background Color

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

This div background color is #e727ce


#e727ce Border Color

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

This div border color is #e727ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e727ce


Comments

No comments written yet.

Please login to write comment.