Color Hex Logo

#e294db Color Hex

#E294DB
(226,148,219)
0 Favorites   0 Comments

Color spaces of #e294db

RGB 226148219
HSL0.850.570.73
HSV305°35°89°
CMYK 0.000.350.03   0.11
XYZ54.740142.463072.3289
Yxy42.46300.32290.2505
Hunter Lab65.163635.9109-20.1949
CIE-Lab71.189040.1846-24.1816

#e294db color RGB value is (226,148,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010100 11011011
Octal 342 224 333
Decimal 226 148 219
Hex E2 94 DB

RGB Percentages of Color #e294db

%38.11
%24.96
%36.93

CMYK Percentages of Color #e294db

%0
%35
%3
%11

Triadic Colors of #e294db

#e294db #dbe294 #94dbe2

Analogous Colors of #e294db

#e294db #e294b4 #c294e2

Monochromatic Colors of #e294db

#e294db

Complementary Color

#e294db #94e29b

#e294db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e294db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e294db Color CSS Codes

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

#e294db Text Font Color

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

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


#e294db Background Color

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

This div background color is #e294db


#e294db Border Color

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

This div border color is #e294db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e294db


Comments

No comments written yet.

Please login to write comment.