Color Hex Logo

#e77ccc Color Hex

#E77CCC
(231,124,204)
0 Favorites   0 Comments

Color spaces of #e77ccc

RGB 231124204
HSL0.880.690.70
HSV315°46°91°
CMYK 0.000.460.12   0.09
XYZ51.061735.763961.3386
Yxy35.76390.34460.2414
Hunter Lab59.802947.7540-18.9505
CIE-Lab66.339151.5541-23.2149

#e77ccc color RGB value is (231,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111100 11001100
Octal 347 174 314
Decimal 231 124 204
Hex E7 7C CC

RGB Percentages of Color #e77ccc

%41.32
%22.18
%36.49

CMYK Percentages of Color #e77ccc

%0
%46
%12
%9

Triadic Colors of #e77ccc

#e77ccc #cce77c #7ccce7

Analogous Colors of #e77ccc

#e77ccc #e77c97 #cd7ce7

Monochromatic Colors of #e77ccc

#e77ccc

Complementary Color

#e77ccc #7ce797

#e77ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77ccc Color CSS Codes

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

#e77ccc Text Font Color

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

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


#e77ccc Background Color

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

This div background color is #e77ccc


#e77ccc Border Color

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

This div border color is #e77ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77ccc


Comments

No comments written yet.

Please login to write comment.