Color Hex Logo

#e76cde Color Hex

#E76CDE
(231,108,222)
0 Favorites   0 Comments

Color spaces of #e76cde

RGB 231108222
HSL0.850.720.66
HSV304°53°91°
CMYK 0.000.530.04   0.09
XYZ51.502432.988072.7601
Yxy32.98800.32750.2098
Hunter Lab57.435259.5502-34.9052
CIE-Lab64.151262.1509-36.6618

#e76cde color RGB value is (231,108,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101100 11011110
Octal 347 154 336
Decimal 231 108 222
Hex E7 6C DE

RGB Percentages of Color #e76cde

%41.18
%19.25
%39.57

CMYK Percentages of Color #e76cde

%0
%53
%4
%9

Triadic Colors of #e76cde

#e76cde #dee76c #6cdee7

Analogous Colors of #e76cde

#e76cde #e76ca1 #b36ce7

Monochromatic Colors of #e76cde

#e76cde

Complementary Color

#e76cde #6ce775

#e76cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76cde Color CSS Codes

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

#e76cde Text Font Color

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

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


#e76cde Background Color

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

This div background color is #e76cde


#e76cde Border Color

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

This div border color is #e76cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76cde


Comments

No comments written yet.

Please login to write comment.