Color Hex Logo

#e875db Color Hex

#E875DB
(232,117,219)
0 Favorites   0 Comments

Color spaces of #e875db

RGB 232117219
HSL0.850.710.68
HSV307°50°91°
CMYK 0.000.500.06   0.09
XYZ52.426234.992971.0090
Yxy34.99290.33090.2209
Hunter Lab59.154854.6755-29.7629
CIE-Lab65.743157.7119-32.5030

#e875db color RGB value is (232,117,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110101 11011011
Octal 350 165 333
Decimal 232 117 219
Hex E8 75 DB

RGB Percentages of Color #e875db

%40.85
%20.60
%38.56

CMYK Percentages of Color #e875db

%0
%50
%6
%9

Triadic Colors of #e875db

#e875db #dbe875 #75dbe8

Analogous Colors of #e875db

#e875db #e875a2 #bc75e8

Monochromatic Colors of #e875db

#e875db

Complementary Color

#e875db #75e882

#e875db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e875db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e875db Color CSS Codes

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

#e875db Text Font Color

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

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


#e875db Background Color

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

This div background color is #e875db


#e875db Border Color

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

This div border color is #e875db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e875db


Comments

No comments written yet.

Please login to write comment.