Color Hex Logo

#e192db Color Hex

#E192DB
(225,146,219)
0 Favorites   0 Comments

Color spaces of #e192db

RGB 225146219
HSL0.850.570.73
HSV305°35°88°
CMYK 0.000.350.03   0.12
XYZ54.116441.679872.2106
Yxy41.67980.32210.2481
Hunter Lab64.559936.6452-21.1243
CIE-Lab70.649640.9235-25.0164

#e192db color RGB value is (225,146,219).

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

The process color (four color CMYK) of #e192db color hex is 0.00, 0.35, 0.03, 0.12. Web safe color of #e192db is #cc99cc. Color #e192db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010010 11011011
Octal 341 222 333
Decimal 225 146 219
Hex E1 92 DB

RGB Percentages of Color #e192db

%38.14
%24.75
%37.12

CMYK Percentages of Color #e192db

%0
%35
%3
%12

Triadic Colors of #e192db

#e192db #dbe192 #92dbe1

Analogous Colors of #e192db

#e192db #e192b4 #c092e1

Monochromatic Colors of #e192db

#e192db

Complementary Color

#e192db #92e198

#e192db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e192db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e192db Color CSS Codes

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

#e192db Text Font Color

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

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


#e192db Background Color

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

This div background color is #e192db


#e192db Border Color

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

This div border color is #e192db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e192db


Comments

No comments written yet.

Please login to write comment.