Color Hex Logo

#e192ee Color Hex

#E192EE
(225,146,238)
0 Favorites   0 Comments

Color spaces of #e192ee

RGB 225146238
HSL0.810.730.75
HSV292°39°93°
CMYK 0.050.390.00   0.07
XYZ56.762842.738486.1465
Yxy42.73840.30580.2302
Hunter Lab65.374640.5806-32.3664
CIE-Lab71.377144.4359-34.3289

#e192ee color RGB value is (225,146,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010010 11101110
Octal 341 222 356
Decimal 225 146 238
Hex E1 92 EE

RGB Percentages of Color #e192ee

%36.95
%23.97
%39.08

CMYK Percentages of Color #e192ee

%5
%39
%0
%7

Triadic Colors of #e192ee

#e192ee #eee192 #92eee1

Analogous Colors of #e192ee

#e192ee #ee92cd #b392ee

Monochromatic Colors of #e192ee

#e192ee

Complementary Color

#e192ee #9fee92

#e192ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e192ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e192ee Color CSS Codes

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

#e192ee Text Font Color

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

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


#e192ee Background Color

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

This div background color is #e192ee


#e192ee Border Color

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

This div border color is #e192ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,146,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e192ee


Comments

No comments written yet.

Please login to write comment.