Color Hex Logo

#e929db Color Hex

#E929DB
(233,41,219)
0 Favorites   0 Comments

Color spaces of #e929db

RGB 23341219
HSL0.850.810.54
HSV304°82°91°
CMYK 0.000.820.06   0.09
XYZ47.183424.024069.1681
Yxy24.02400.33610.1711
Hunter Lab49.014386.0573-49.3590
CIE-Lab56.111885.0745-47.5967

#e929db color RGB value is (233,41,219).

#e929db hex color red value is 233, green value is 41 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e929db hue: 0.85 , saturation: 0.81 and the lightness value of e929db is 0.54.

The process color (four color CMYK) of #e929db color hex is 0.00, 0.82, 0.06, 0.09. Web safe color of #e929db is #ff33cc. Color #e929db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00101001 11011011
Octal 351 51 333
Decimal 233 41 219
Hex E9 29 DB

RGB Percentages of Color #e929db

%47.26
%8.32
%44.42

CMYK Percentages of Color #e929db

%0
%82
%6
%9

Triadic Colors of #e929db

#e929db #dbe929 #29dbe9

Analogous Colors of #e929db

#e929db #e9297b #9729e9

Monochromatic Colors of #e929db

#e929db

Complementary Color

#e929db #29e937

#e929db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e929db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e929db Color CSS Codes

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

#e929db Text Font Color

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

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


#e929db Background Color

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

This div background color is #e929db


#e929db Border Color

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

This div border color is #e929db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e929db


Comments

No comments written yet.

Please login to write comment.