Color Hex Logo

#e774de Color Hex

#E774DE
(231,116,222)
0 Favorites   0 Comments

Color spaces of #e774de

RGB 231116222
HSL0.850.710.68
HSV305°50°91°
CMYK 0.000.500.04   0.09
XYZ52.385234.753673.0544
Yxy34.75360.32700.2169
Hunter Lab58.952255.4497-32.2065
CIE-Lab65.556458.4100-34.4745

#e774de color RGB value is (231,116,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110100 11011110
Octal 347 164 336
Decimal 231 116 222
Hex E7 74 DE

RGB Percentages of Color #e774de

%40.60
%20.39
%39.02

CMYK Percentages of Color #e774de

%0
%50
%4
%9

Triadic Colors of #e774de

#e774de #dee774 #74dee7

Analogous Colors of #e774de

#e774de #e774a5 #b774e7

Monochromatic Colors of #e774de

#e774de

Complementary Color

#e774de #74e77d

#e774de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e774de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e774de Color CSS Codes

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

#e774de Text Font Color

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

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


#e774de Background Color

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

This div background color is #e774de


#e774de Border Color

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

This div border color is #e774de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e774de


Comments

No comments written yet.

Please login to write comment.