Color Hex Logo

#e368ed Color Hex

#E368ED
(227,104,237)
0 Favorites   0 Comments

Color spaces of #e368ed

RGB 227104237
HSL0.820.790.67
HSV295°56°93°
CMYK 0.040.560.00   0.07
XYZ51.914932.345983.6279
Yxy32.34590.30920.1927
Hunter Lab56.873563.4088-47.3698
CIE-Lab63.627765.4926-45.8693

#e368ed color RGB value is (227,104,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01101000 11101101
Octal 343 150 355
Decimal 227 104 237
Hex E3 68 ED

RGB Percentages of Color #e368ed

%39.96
%18.31
%41.73

CMYK Percentages of Color #e368ed

%4
%56
%0
%7

Triadic Colors of #e368ed

#e368ed #ede368 #68ede3

Analogous Colors of #e368ed

#e368ed #ed68b5 #a168ed

Monochromatic Colors of #e368ed

#e368ed

Complementary Color

#e368ed #72ed68

#e368ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e368ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e368ed Color CSS Codes

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

#e368ed Text Font Color

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

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


#e368ed Background Color

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

This div background color is #e368ed


#e368ed Border Color

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

This div border color is #e368ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e368ed


Comments

No comments written yet.

Please login to write comment.