Color Hex Logo

#e371ed Color Hex

#E371ED
(227,113,237)
0 Favorites   0 Comments

Color spaces of #e371ed

RGB 227113237
HSL0.820.780.69
HSV295°52°93°
CMYK 0.040.520.00   0.07
XYZ52.869734.255683.9462
Yxy34.25560.30910.2002
Hunter Lab58.528358.8179-44.0689
CIE-Lab65.164961.3571-43.4510

#e371ed color RGB value is (227,113,237).

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

The process color (four color CMYK) of #e371ed color hex is 0.04, 0.52, 0.00, 0.07. Web safe color of #e371ed is #cc66ff. Color #e371ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110001 11101101
Octal 343 161 355
Decimal 227 113 237
Hex E3 71 ED

RGB Percentages of Color #e371ed

%39.34
%19.58
%41.07

CMYK Percentages of Color #e371ed

%4
%52
%0
%7

Triadic Colors of #e371ed

#e371ed #ede371 #71ede3

Analogous Colors of #e371ed

#e371ed #ed71b9 #a571ed

Monochromatic Colors of #e371ed

#e371ed

Complementary Color

#e371ed #7bed71

#e371ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e371ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e371ed Color CSS Codes

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

#e371ed Text Font Color

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

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


#e371ed Background Color

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

This div background color is #e371ed


#e371ed Border Color

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

This div border color is #e371ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e371ed


Comments

No comments written yet.

Please login to write comment.