Color Hex Logo

#e77cda Color Hex

#E77CDA
(231,124,218)
0 Favorites   0 Comments

Color spaces of #e77cda

RGB 231124218
HSL0.850.690.70
HSV307°46°91°
CMYK 0.000.460.06   0.09
XYZ52.817536.466270.5846
Yxy36.46620.33040.2281
Hunter Lab60.387350.4467-27.0310
CIE-Lab66.874653.8525-30.2059

#e77cda color RGB value is (231,124,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111100 11011010
Octal 347 174 332
Decimal 231 124 218
Hex E7 7C DA

RGB Percentages of Color #e77cda

%40.31
%21.64
%38.05

CMYK Percentages of Color #e77cda

%0
%46
%6
%9

Triadic Colors of #e77cda

#e77cda #dae77c #7cdae7

Analogous Colors of #e77cda

#e77cda #e77ca5 #bf7ce7

Monochromatic Colors of #e77cda

#e77cda

Complementary Color

#e77cda #7ce789

#e77cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77cda Color CSS Codes

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

#e77cda Text Font Color

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

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


#e77cda Background Color

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

This div background color is #e77cda


#e77cda Border Color

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

This div border color is #e77cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77cda


Comments

No comments written yet.

Please login to write comment.