Color Hex Logo

#e774ce Color Hex

#E774CE
(231,116,206)
0 Favorites   0 Comments

Color spaces of #e774ce

RGB 231116206
HSL0.870.710.68
HSV313°50°91°
CMYK 0.000.500.11   0.09
XYZ50.341033.935962.2895
Yxy33.93590.34350.2315
Hunter Lab58.254552.3064-22.6185
CIE-Lab64.911755.7856-26.5252

#e774ce color RGB value is (231,116,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110100 11001110
Octal 347 164 316
Decimal 231 116 206
Hex E7 74 CE

RGB Percentages of Color #e774ce

%41.77
%20.98
%37.25

CMYK Percentages of Color #e774ce

%0
%50
%11
%9

Triadic Colors of #e774ce

#e774ce #cee774 #74cee7

Analogous Colors of #e774ce

#e774ce #e77495 #c774e7

Monochromatic Colors of #e774ce

#e774ce

Complementary Color

#e774ce #74e78d

#e774ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e774ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e774ce Color CSS Codes

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

#e774ce Text Font Color

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

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


#e774ce Background Color

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

This div background color is #e774ce


#e774ce Border Color

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

This div border color is #e774ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e774ce


Comments

No comments written yet.

Please login to write comment.