Color Hex Logo

#e392ed Color Hex

#E392ED
(227,146,237)
0 Favorites   0 Comments

Color spaces of #e392ed

RGB 227146237
HSL0.820.720.75
HSV293°38°93°
CMYK 0.040.380.00   0.07
XYZ57.243543.003185.4041
Yxy43.00310.30830.2316
Hunter Lab65.576741.0576-31.3128
CIE-Lab71.557144.8452-33.4857

#e392ed color RGB value is (227,146,237).

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

The process color (four color CMYK) of #e392ed color hex is 0.04, 0.38, 0.00, 0.07. Web safe color of #e392ed is #cc99ff. Color #e392ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010010 11101101
Octal 343 222 355
Decimal 227 146 237
Hex E3 92 ED

RGB Percentages of Color #e392ed

%37.21
%23.93
%38.85

CMYK Percentages of Color #e392ed

%4
%38
%0
%7

Triadic Colors of #e392ed

#e392ed #ede392 #92ede3

Analogous Colors of #e392ed

#e392ed #ed92ca #b692ed

Monochromatic Colors of #e392ed

#e392ed

Complementary Color

#e392ed #9ced92

#e392ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e392ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e392ed Color CSS Codes

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

#e392ed Text Font Color

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

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


#e392ed Background Color

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

This div background color is #e392ed


#e392ed Border Color

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

This div border color is #e392ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e392ed


Comments

No comments written yet.

Please login to write comment.