Color Hex Logo

#e925db Color Hex

#E925DB
(233,37,219)
0 Favorites   0 Comments

Color spaces of #e925db

RGB 23337219
HSL0.850.820.53
HSV304°84°91°
CMYK 0.000.840.06   0.09
XYZ47.052023.761269.1243
Yxy23.76120.33620.1698
Hunter Lab48.745586.9942-49.9553
CIE-Lab55.847985.8442-48.0155

#e925db color RGB value is (233,37,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00100101 11011011
Octal 351 45 333
Decimal 233 37 219
Hex E9 25 DB

RGB Percentages of Color #e925db

%47.65
%7.57
%44.79

CMYK Percentages of Color #e925db

%0
%84
%6
%9

Triadic Colors of #e925db

#e925db #dbe925 #25dbe9

Analogous Colors of #e925db

#e925db #e92579 #9525e9

Monochromatic Colors of #e925db

#e925db

Complementary Color

#e925db #25e933

#e925db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e925db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e925db Color CSS Codes

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

#e925db Text Font Color

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

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


#e925db Background Color

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

This div background color is #e925db


#e925db Border Color

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

This div border color is #e925db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e925db


Comments

No comments written yet.

Please login to write comment.