Color Hex Logo

#e791ea Color Hex

#E791EA
(231,145,234)
0 Favorites   0 Comments

Color spaces of #e791ea

RGB 231145234
HSL0.830.680.74
HSV298°38°92°
CMYK 0.010.380.00   0.08
XYZ57.931743.180283.1232
Yxy43.18020.31440.2344
Hunter Lab65.711642.3711-29.0019
CIE-Lab71.677146.0132-31.6219

#e791ea color RGB value is (231,145,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010001 11101010
Octal 347 221 352
Decimal 231 145 234
Hex E7 91 EA

RGB Percentages of Color #e791ea

%37.87
%23.77
%38.36

CMYK Percentages of Color #e791ea

%1
%38
%0
%8

Triadic Colors of #e791ea

#e791ea #eae791 #91eae7

Analogous Colors of #e791ea

#e791ea #ea91c1 #bb91ea

Monochromatic Colors of #e791ea

#e791ea

Complementary Color

#e791ea #94ea91

#e791ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e791ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e791ea Color CSS Codes

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

#e791ea Text Font Color

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

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


#e791ea Background Color

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

This div background color is #e791ea


#e791ea Border Color

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

This div border color is #e791ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e791ea


Comments

No comments written yet.

Please login to write comment.