Color Hex Logo

#e192ed Color Hex

#E192ED
(225,146,237)
0 Favorites   0 Comments

Color spaces of #e192ed

RGB 225146237
HSL0.810.720.75
HSV292°38°93°
CMYK 0.050.380.00   0.07
XYZ56.616342.679785.3748
Yxy42.67970.30660.2311
Hunter Lab65.329740.3654-31.7511
CIE-Lab71.337044.2458-33.8439

#e192ed color RGB value is (225,146,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010010 11101101
Octal 341 222 355
Decimal 225 146 237
Hex E1 92 ED

RGB Percentages of Color #e192ed

%37.01
%24.01
%38.98

CMYK Percentages of Color #e192ed

%5
%38
%0
%7

Triadic Colors of #e192ed

#e192ed #ede192 #92ede1

Analogous Colors of #e192ed

#e192ed #ed92cc #b492ed

Monochromatic Colors of #e192ed

#e192ed

Complementary Color

#e192ed #9eed92

#e192ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e192ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e192ed Color CSS Codes

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

#e192ed Text Font Color

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

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


#e192ed Background Color

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

This div background color is #e192ed


#e192ed Border Color

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

This div border color is #e192ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e192ed


Comments

No comments written yet.

Please login to write comment.