Color Hex Logo

#e292db Color Hex

#E292DB
(226,146,219)
0 Favorites   0 Comments

Color spaces of #e292db

RGB 226146219
HSL0.850.580.73
HSV305°35°89°
CMYK 0.000.350.03   0.11
XYZ54.429141.841072.2252
Yxy41.84100.32300.2483
Hunter Lab64.684637.0014-20.9225
CIE-Lab70.761241.2393-24.8358

#e292db color RGB value is (226,146,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010010 11011011
Octal 342 222 333
Decimal 226 146 219
Hex E2 92 DB

RGB Percentages of Color #e292db

%38.24
%24.70
%37.06

CMYK Percentages of Color #e292db

%0
%35
%3
%11

Triadic Colors of #e292db

#e292db #dbe292 #92dbe2

Analogous Colors of #e292db

#e292db #e292b3 #c192e2

Monochromatic Colors of #e292db

#e292db

Complementary Color

#e292db #92e299

#e292db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e292db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e292db Color CSS Codes

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

#e292db Text Font Color

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

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


#e292db Background Color

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

This div background color is #e292db


#e292db Border Color

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

This div border color is #e292db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e292db


Comments

No comments written yet.

Please login to write comment.