Color Hex Logo

#e872db Color Hex

#E872DB
(232,114,219)
0 Favorites   0 Comments

Color spaces of #e872db

RGB 232114219
HSL0.850.720.68
HSV307°51°91°
CMYK 0.000.510.06   0.09
XYZ52.082234.304970.8943
Yxy34.30490.33110.2181
Hunter Lab58.570456.2283-30.7661
CIE-Lab65.203959.1375-33.3393

#e872db color RGB value is (232,114,219).

#e872db hex color red value is 232, green value is 114 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e872db hue: 0.85 , saturation: 0.72 and the lightness value of e872db is 0.68.

The process color (four color CMYK) of #e872db color hex is 0.00, 0.51, 0.06, 0.09. Web safe color of #e872db is #ff66cc. Color #e872db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110010 11011011
Octal 350 162 333
Decimal 232 114 219
Hex E8 72 DB

RGB Percentages of Color #e872db

%41.06
%20.18
%38.76

CMYK Percentages of Color #e872db

%0
%51
%6
%9

Triadic Colors of #e872db

#e872db #dbe872 #72dbe8

Analogous Colors of #e872db

#e872db #e872a0 #ba72e8

Monochromatic Colors of #e872db

#e872db

Complementary Color

#e872db #72e87f

#e872db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e872db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e872db Color CSS Codes

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

#e872db Text Font Color

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

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


#e872db Background Color

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

This div background color is #e872db


#e872db Border Color

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

This div border color is #e872db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e872db


Comments

No comments written yet.

Please login to write comment.