Color Hex Logo

#e76cda Color Hex

#E76CDA
(231,108,218)
0 Favorites   0 Comments

Color spaces of #e76cda

RGB 231108218
HSL0.850.720.66
HSV306°53°91°
CMYK 0.000.530.06   0.09
XYZ50.972432.776069.9695
Yxy32.77600.33160.2132
Hunter Lab57.250358.7381-32.3871
CIE-Lab63.979161.4895-34.6939

#e76cda color RGB value is (231,108,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101100 11011010
Octal 347 154 332
Decimal 231 108 218
Hex E7 6C DA

RGB Percentages of Color #e76cda

%41.47
%19.39
%39.14

CMYK Percentages of Color #e76cda

%0
%53
%6
%9

Triadic Colors of #e76cda

#e76cda #dae76c #6cdae7

Analogous Colors of #e76cda

#e76cda #e76c9d #b76ce7

Monochromatic Colors of #e76cda

#e76cda

Complementary Color

#e76cda #6ce779

#e76cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76cda Color CSS Codes

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

#e76cda Text Font Color

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

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


#e76cda Background Color

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

This div background color is #e76cda


#e76cda Border Color

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

This div border color is #e76cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76cda


Comments

No comments written yet.

Please login to write comment.