Color Hex Logo

#e77cdd Color Hex

#E77CDD
(231,124,221)
0 Favorites   0 Comments

Color spaces of #e77cdd

RGB 231124221
HSL0.850.690.70
HSV306°46°91°
CMYK 0.000.460.04   0.09
XYZ53.213836.624772.6712
Yxy36.62470.32740.2254
Hunter Lab60.518351.0480-28.8333
CIE-Lab66.994554.3613-31.6883

#e77cdd color RGB value is (231,124,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111100 11011101
Octal 347 174 335
Decimal 231 124 221
Hex E7 7C DD

RGB Percentages of Color #e77cdd

%40.10
%21.53
%38.37

CMYK Percentages of Color #e77cdd

%0
%46
%4
%9

Triadic Colors of #e77cdd

#e77cdd #dde77c #7cdde7

Analogous Colors of #e77cdd

#e77cdd #e77ca8 #bc7ce7

Monochromatic Colors of #e77cdd

#e77cdd

Complementary Color

#e77cdd #7ce786

#e77cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77cdd Color CSS Codes

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

#e77cdd Text Font Color

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

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


#e77cdd Background Color

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

This div background color is #e77cdd


#e77cdd Border Color

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

This div border color is #e77cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77cdd


Comments

No comments written yet.

Please login to write comment.