Color Hex Logo

#e76ed1 Color Hex

#E76ED1
(231,110,209)
0 Favorites   0 Comments

Color spaces of #e76ed1

RGB 231110209
HSL0.860.720.67
HSV311°52°91°
CMYK 0.000.520.10   0.09
XYZ50.039632.744264.0045
Yxy32.74420.34090.2231
Hunter Lab57.222555.9541-26.2612
CIE-Lab63.953259.1078-29.6876

#e76ed1 color RGB value is (231,110,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101110 11010001
Octal 347 156 321
Decimal 231 110 209
Hex E7 6E D1

RGB Percentages of Color #e76ed1

%42.00
%20.00
%38.00

CMYK Percentages of Color #e76ed1

%0
%52
%10
%9

Triadic Colors of #e76ed1

#e76ed1 #d1e76e #6ed1e7

Analogous Colors of #e76ed1

#e76ed1 #e76e95 #c16ee7

Monochromatic Colors of #e76ed1

#e76ed1

Complementary Color

#e76ed1 #6ee784

#e76ed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76ed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76ed1 Color CSS Codes

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

#e76ed1 Text Font Color

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

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


#e76ed1 Background Color

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

This div background color is #e76ed1


#e76ed1 Border Color

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

This div border color is #e76ed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76ed1


Comments

No comments written yet.

Please login to write comment.