Color Hex Logo

#e784e4 Color Hex

#E784E4
(231,132,228)
0 Favorites   0 Comments

Color spaces of #e784e4

RGB 231132228
HSL0.840.670.71
HSV302°43°91°
CMYK 0.000.430.01   0.09
XYZ55.209939.092978.0346
Yxy39.09290.32040.2268
Hunter Lab62.524348.2006-30.2309
CIE-Lab68.818551.5888-32.7417

#e784e4 color RGB value is (231,132,228).

#e784e4 hex color red value is 231, green value is 132 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #e784e4 hue: 0.84 , saturation: 0.67 and the lightness value of e784e4 is 0.71.

The process color (four color CMYK) of #e784e4 color hex is 0.00, 0.43, 0.01, 0.09. Web safe color of #e784e4 is #ff99cc. Color #e784e4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000100 11100100
Octal 347 204 344
Decimal 231 132 228
Hex E7 84 E4

RGB Percentages of Color #e784e4

%39.09
%22.34
%38.58

CMYK Percentages of Color #e784e4

%0
%43
%1
%9

Triadic Colors of #e784e4

#e784e4 #e4e784 #84e4e7

Analogous Colors of #e784e4

#e784e4 #e784b3 #b984e7

Monochromatic Colors of #e784e4

#e784e4

Complementary Color

#e784e4 #84e787

#e784e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e784e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e784e4 Color CSS Codes

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

#e784e4 Text Font Color

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

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


#e784e4 Background Color

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

This div background color is #e784e4


#e784e4 Border Color

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

This div border color is #e784e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e784e4


Comments

No comments written yet.

Please login to write comment.