Color Hex Logo

#e76ddf Color Hex

#E76DDF
(231,109,223)
0 Favorites   0 Comments

Color spaces of #e76ddf

RGB 231109223
HSL0.840.720.67
HSV304°53°91°
CMYK 0.000.530.03   0.09
XYZ51.742933.253973.5035
Yxy33.25390.32650.2098
Hunter Lab57.666259.2492-35.2069
CIE-Lab64.366061.8587-36.8850

#e76ddf color RGB value is (231,109,223).

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

The process color (four color CMYK) of #e76ddf color hex is 0.00, 0.53, 0.03, 0.09. Web safe color of #e76ddf is #ff66cc. Color #e76ddf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101101 11011111
Octal 347 155 337
Decimal 231 109 223
Hex E7 6D DF

RGB Percentages of Color #e76ddf

%41.03
%19.36
%39.61

CMYK Percentages of Color #e76ddf

%0
%53
%3
%9

Triadic Colors of #e76ddf

#e76ddf #dfe76d #6ddfe7

Analogous Colors of #e76ddf

#e76ddf #e76da2 #b26de7

Monochromatic Colors of #e76ddf

#e76ddf

Complementary Color

#e76ddf #6de775

#e76ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76ddf Color CSS Codes

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

#e76ddf Text Font Color

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

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


#e76ddf Background Color

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

This div background color is #e76ddf


#e76ddf Border Color

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

This div border color is #e76ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,109,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e76ddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76ddf


Comments

No comments written yet.

Please login to write comment.