Color Hex Logo

#e77ccd Color Hex

#E77CCD
(231,124,205)
0 Favorites   0 Comments

Color spaces of #e77ccd

RGB 231124205
HSL0.870.690.70
HSV315°46°91°
CMYK 0.000.460.11   0.09
XYZ51.182135.812061.9724
Yxy35.81200.34360.2404
Hunter Lab59.843147.9404-19.5094
CIE-Lab66.376051.7143-23.7182

#e77ccd color RGB value is (231,124,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111100 11001101
Octal 347 174 315
Decimal 231 124 205
Hex E7 7C CD

RGB Percentages of Color #e77ccd

%41.25
%22.14
%36.61

CMYK Percentages of Color #e77ccd

%0
%46
%11
%9

Triadic Colors of #e77ccd

#e77ccd #cde77c #7ccde7

Analogous Colors of #e77ccd

#e77ccd #e77c98 #cc7ce7

Monochromatic Colors of #e77ccd

#e77ccd

Complementary Color

#e77ccd #7ce796

#e77ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77ccd Color CSS Codes

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

#e77ccd Text Font Color

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

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


#e77ccd Background Color

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

This div background color is #e77ccd


#e77ccd Border Color

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

This div border color is #e77ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77ccd

#e77ccd Color Palettes


Comments

No comments written yet.

Please login to write comment.