Color Hex Logo

#e327ed Color Hex

#E327ED
(227,39,237)
0 Favorites   0 Comments

Color spaces of #e327ed

RGB 22739237
HSL0.820.850.54
HSV297°84°93°
CMYK 0.040.840.00   0.07
XYZ47.690123.896482.2197
Yxy23.89640.31010.1554
Hunter Lab48.883988.5938-65.5033
CIE-Lab55.983987.0379-58.0144

#e327ed color RGB value is (227,39,237).

#e327ed hex color red value is 227, green value is 39 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e327ed hue: 0.82 , saturation: 0.85 and the lightness value of e327ed is 0.54.

The process color (four color CMYK) of #e327ed color hex is 0.04, 0.84, 0.00, 0.07. Web safe color of #e327ed is #cc33ff. Color #e327ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100111 11101101
Octal 343 47 355
Decimal 227 39 237
Hex E3 27 ED

RGB Percentages of Color #e327ed

%45.13
%7.75
%47.12

CMYK Percentages of Color #e327ed

%4
%84
%0
%7

Triadic Colors of #e327ed

#e327ed #ede327 #27ede3

Analogous Colors of #e327ed

#e327ed #ed2794 #8027ed

Monochromatic Colors of #e327ed

#e327ed

Complementary Color

#e327ed #31ed27

#e327ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e327ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e327ed Color CSS Codes

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

#e327ed Text Font Color

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

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


#e327ed Background Color

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

This div background color is #e327ed


#e327ed Border Color

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

This div border color is #e327ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e327ed


Comments

No comments written yet.

Please login to write comment.