Color Hex Logo

#e76ad5 Color Hex

#E76AD5
(231,106,213)
0 Favorites   0 Comments

Color spaces of #e76ad5

RGB 231106213
HSL0.860.720.66
HSV309°54°91°
CMYK 0.000.540.08   0.09
XYZ50.119332.101166.5053
Yxy32.10110.33700.2158
Hunter Lab56.657858.7492-29.9345
CIE-Lab63.426461.5931-32.7503

#e76ad5 color RGB value is (231,106,213).

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

The process color (four color CMYK) of #e76ad5 color hex is 0.00, 0.54, 0.08, 0.09. Web safe color of #e76ad5 is #ff66cc. Color #e76ad5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101010 11010101
Octal 347 152 325
Decimal 231 106 213
Hex E7 6A D5

RGB Percentages of Color #e76ad5

%42.00
%19.27
%38.73

CMYK Percentages of Color #e76ad5

%0
%54
%8
%9

Triadic Colors of #e76ad5

#e76ad5 #d5e76a #6ad5e7

Analogous Colors of #e76ad5

#e76ad5 #e76a97 #bb6ae7

Monochromatic Colors of #e76ad5

#e76ad5

Complementary Color

#e76ad5 #6ae77c

#e76ad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76ad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76ad5 Color CSS Codes

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

#e76ad5 Text Font Color

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

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


#e76ad5 Background Color

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

This div background color is #e76ad5


#e76ad5 Border Color

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

This div border color is #e76ad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76ad5


Comments

No comments written yet.

Please login to write comment.