Color Hex Logo

#e76edb Color Hex

#E76EDB
(231,110,219)
0 Favorites   0 Comments

Color spaces of #e76edb

RGB 231110219
HSL0.850.720.67
HSV306°52°91°
CMYK 0.000.520.05   0.09
XYZ51.317133.255370.7320
Yxy33.25530.33040.2141
Hunter Lab57.667457.9257-32.3550
CIE-Lab64.367160.7308-34.6496

#e76edb color RGB value is (231,110,219).

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

The process color (four color CMYK) of #e76edb color hex is 0.00, 0.52, 0.05, 0.09. Web safe color of #e76edb is #ff66cc. Color #e76edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101110 11011011
Octal 347 156 333
Decimal 231 110 219
Hex E7 6E DB

RGB Percentages of Color #e76edb

%41.25
%19.64
%39.11

CMYK Percentages of Color #e76edb

%0
%52
%5
%9

Triadic Colors of #e76edb

#e76edb #dbe76e #6edbe7

Analogous Colors of #e76edb

#e76edb #e76e9f #b76ee7

Monochromatic Colors of #e76edb

#e76edb

Complementary Color

#e76edb #6ee77a

#e76edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76edb Color CSS Codes

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

#e76edb Text Font Color

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

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


#e76edb Background Color

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

This div background color is #e76edb


#e76edb Border Color

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

This div border color is #e76edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76edb


Comments

No comments written yet.

Please login to write comment.