Color Hex Logo

#e727ec Color Hex

#E727EC
(231,39,236)
0 Favorites   0 Comments

Color spaces of #e727ec

RGB 23139236
HSL0.830.840.54
HSV298°83°93°
CMYK 0.020.830.00   0.07
XYZ48.820824.496181.5120
Yxy24.49610.31530.1582
Hunter Lab49.493589.4601-63.0005
CIE-Lab56.581187.5793-56.4607

#e727ec color RGB value is (231,39,236).

#e727ec hex color red value is 231, green value is 39 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e727ec hue: 0.83 , saturation: 0.84 and the lightness value of e727ec is 0.54.

The process color (four color CMYK) of #e727ec color hex is 0.02, 0.83, 0.00, 0.07. Web safe color of #e727ec is #ff33ff. Color #e727ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100111 11101100
Octal 347 47 354
Decimal 231 39 236
Hex E7 27 EC

RGB Percentages of Color #e727ec

%45.65
%7.71
%46.64

CMYK Percentages of Color #e727ec

%2
%83
%0
%7

Triadic Colors of #e727ec

#e727ec #ece727 #27ece7

Analogous Colors of #e727ec

#e727ec #ec278f #8527ec

Monochromatic Colors of #e727ec

#e727ec

Complementary Color

#e727ec #2cec27

#e727ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e727ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e727ec Color CSS Codes

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

#e727ec Text Font Color

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

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


#e727ec Background Color

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

This div background color is #e727ec


#e727ec Border Color

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

This div border color is #e727ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e727ec


Comments

No comments written yet.

Please login to write comment.