Color Hex Logo

#e782ea Color Hex

#E782EA
(231,130,234)
0 Favorites   0 Comments

Color spaces of #e782ea

RGB 231130234
HSL0.830.710.71
HSV298°44°92°
CMYK 0.010.440.00   0.08
XYZ55.788938.894782.4089
Yxy38.89470.31500.2196
Hunter Lab62.365650.5366-34.6889
CIE-Lab68.674953.6610-36.2729

#e782ea color RGB value is (231,130,234).

#e782ea hex color red value is 231, green value is 130 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e782ea hue: 0.83 , saturation: 0.71 and the lightness value of e782ea is 0.71.

The process color (four color CMYK) of #e782ea color hex is 0.01, 0.44, 0.00, 0.08. Web safe color of #e782ea is #ff99ff. Color #e782ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000010 11101010
Octal 347 202 352
Decimal 231 130 234
Hex E7 82 EA

RGB Percentages of Color #e782ea

%38.82
%21.85
%39.33

CMYK Percentages of Color #e782ea

%1
%44
%0
%8

Triadic Colors of #e782ea

#e782ea #eae782 #82eae7

Analogous Colors of #e782ea

#e782ea #ea82b9 #b382ea

Monochromatic Colors of #e782ea

#e782ea

Complementary Color

#e782ea #85ea82

#e782ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e782ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e782ea Color CSS Codes

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

#e782ea Text Font Color

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

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


#e782ea Background Color

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

This div background color is #e782ea


#e782ea Border Color

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

This div border color is #e782ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e782ea


Comments

No comments written yet.

Please login to write comment.