Color Hex Logo

#e785db Color Hex

#E785DB
(231,133,219)
0 Favorites   0 Comments

Color spaces of #e785db

RGB 231133219
HSL0.850.670.71
HSV307°42°91°
CMYK 0.000.420.05   0.09
XYZ54.128738.878571.6692
Yxy38.87850.32870.2361
Hunter Lab62.352645.8399-24.5021
CIE-Lab68.663249.5171-28.0043

#e785db color RGB value is (231,133,219).

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

The process color (four color CMYK) of #e785db color hex is 0.00, 0.42, 0.05, 0.09. Web safe color of #e785db is #ff99cc. Color #e785db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000101 11011011
Octal 347 205 333
Decimal 231 133 219
Hex E7 85 DB

RGB Percentages of Color #e785db

%39.62
%22.81
%37.56

CMYK Percentages of Color #e785db

%0
%42
%5
%9

Triadic Colors of #e785db

#e785db #dbe785 #85dbe7

Analogous Colors of #e785db

#e785db #e785aa #c285e7

Monochromatic Colors of #e785db

#e785db

Complementary Color

#e785db #85e791

#e785db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e785db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e785db Color CSS Codes

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

#e785db Text Font Color

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

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


#e785db Background Color

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

This div background color is #e785db


#e785db Border Color

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

This div border color is #e785db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e785db


Comments

No comments written yet.

Please login to write comment.