Color Hex Logo

#e773ce Color Hex

#E773CE
(231,115,206)
0 Favorites   0 Comments

Color spaces of #e773ce

RGB 231115206
HSL0.870.710.68
HSV313°50°91°
CMYK 0.000.500.11   0.09
XYZ50.226333.706662.2513
Yxy33.70660.34360.2306
Hunter Lab58.057452.8226-22.9328
CIE-Lab64.729056.2654-26.8062

#e773ce color RGB value is (231,115,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110011 11001110
Octal 347 163 316
Decimal 231 115 206
Hex E7 73 CE

RGB Percentages of Color #e773ce

%41.85
%20.83
%37.32

CMYK Percentages of Color #e773ce

%0
%50
%11
%9

Triadic Colors of #e773ce

#e773ce #cee773 #73cee7

Analogous Colors of #e773ce

#e773ce #e77394 #c673e7

Monochromatic Colors of #e773ce

#e773ce

Complementary Color

#e773ce #73e78c

#e773ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e773ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e773ce Color CSS Codes

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

#e773ce Text Font Color

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

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


#e773ce Background Color

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

This div background color is #e773ce


#e773ce Border Color

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

This div border color is #e773ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e773ce


Comments

No comments written yet.

Please login to write comment.