Color Hex Logo

#e77cdc Color Hex

#E77CDC
(231,124,220)
0 Favorites   0 Comments

Color spaces of #e77cdc

RGB 231124220
HSL0.850.690.70
HSV306°46°91°
CMYK 0.000.460.05   0.09
XYZ53.080936.571571.9715
Yxy36.57150.32840.2263
Hunter Lab60.474450.8468-28.2299
CIE-Lab66.954354.1912-31.1949

#e77cdc color RGB value is (231,124,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111100 11011100
Octal 347 174 334
Decimal 231 124 220
Hex E7 7C DC

RGB Percentages of Color #e77cdc

%40.17
%21.57
%38.26

CMYK Percentages of Color #e77cdc

%0
%46
%5
%9

Triadic Colors of #e77cdc

#e77cdc #dce77c #7cdce7

Analogous Colors of #e77cdc

#e77cdc #e77ca7 #bd7ce7

Monochromatic Colors of #e77cdc

#e77cdc

Complementary Color

#e77cdc #7ce787

#e77cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77cdc Color CSS Codes

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

#e77cdc Text Font Color

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

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


#e77cdc Background Color

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

This div background color is #e77cdc


#e77cdc Border Color

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

This div border color is #e77cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77cdc


Comments

No comments written yet.

Please login to write comment.