Color Hex Logo

#e775cc Color Hex

#E775CC
(231,117,204)
0 Favorites   0 Comments

Color spaces of #e775cc

RGB 231117204
HSL0.870.700.68
HSV314°49°91°
CMYK 0.000.490.12   0.09
XYZ50.215434.071161.0565
Yxy34.07110.34550.2344
Hunter Lab58.370551.4131-21.1590
CIE-Lab65.019054.9864-25.2374

#e775cc color RGB value is (231,117,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110101 11001100
Octal 347 165 314
Decimal 231 117 204
Hex E7 75 CC

RGB Percentages of Color #e775cc

%41.85
%21.20
%36.96

CMYK Percentages of Color #e775cc

%0
%49
%12
%9

Triadic Colors of #e775cc

#e775cc #cce775 #75cce7

Analogous Colors of #e775cc

#e775cc #e77593 #c975e7

Monochromatic Colors of #e775cc

#e775cc

Complementary Color

#e775cc #75e790

#e775cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e775cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e775cc Color CSS Codes

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

#e775cc Text Font Color

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

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


#e775cc Background Color

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

This div background color is #e775cc


#e775cc Border Color

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

This div border color is #e775cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e775cc

#e775cc Color Palettes


Comments

No comments written yet.

Please login to write comment.