Color Hex Logo

#e76ede Color Hex

#E76EDE
(231,110,222)
0 Favorites   0 Comments

Color spaces of #e76ede

RGB 231110222
HSL0.850.720.67
HSV304°52°91°
CMYK 0.000.520.04   0.09
XYZ51.715733.414772.8312
Yxy33.41470.32740.2115
Hunter Lab57.805458.5357-34.2378
CIE-Lab64.495361.2297-36.1255

#e76ede color RGB value is (231,110,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101110 11011110
Octal 347 156 336
Decimal 231 110 222
Hex E7 6E DE

RGB Percentages of Color #e76ede

%41.03
%19.54
%39.43

CMYK Percentages of Color #e76ede

%0
%52
%4
%9

Triadic Colors of #e76ede

#e76ede #dee76e #6edee7

Analogous Colors of #e76ede

#e76ede #e76ea2 #b46ee7

Monochromatic Colors of #e76ede

#e76ede

Complementary Color

#e76ede #6ee777

#e76ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76ede Color CSS Codes

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

#e76ede Text Font Color

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

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


#e76ede Background Color

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

This div background color is #e76ede


#e76ede Border Color

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

This div border color is #e76ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76ede


Comments

No comments written yet.

Please login to write comment.