Color Hex Logo

#e777cc Color Hex

#E777CC
(231,119,204)
0 Favorites   0 Comments

Color spaces of #e777cc

RGB 231119204
HSL0.870.700.69
HSV314°48°91°
CMYK 0.000.480.12   0.09
XYZ50.450934.542261.1350
Yxy34.54220.34530.2364
Hunter Lab58.772650.3738-20.5324
CIE-Lab65.390754.0151-24.6672

#e777cc color RGB value is (231,119,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110111 11001100
Octal 347 167 314
Decimal 231 119 204
Hex E7 77 CC

RGB Percentages of Color #e777cc

%41.70
%21.48
%36.82

CMYK Percentages of Color #e777cc

%0
%48
%12
%9

Triadic Colors of #e777cc

#e777cc #cce777 #77cce7

Analogous Colors of #e777cc

#e777cc #e77794 #ca77e7

Monochromatic Colors of #e777cc

#e777cc

Complementary Color

#e777cc #77e792

#e777cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e777cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e777cc Color CSS Codes

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

#e777cc Text Font Color

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

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


#e777cc Background Color

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

This div background color is #e777cc


#e777cc Border Color

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

This div border color is #e777cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e777cc


Comments

No comments written yet.

Please login to write comment.