Color Hex Logo

#e791fb Color Hex

#E791FB
(231,145,251)
0 Favorites   0 Comments

Color spaces of #e791fb

RGB 231145251
HSL0.800.930.78
HSV289°42°98°
CMYK 0.080.420.00   0.02
XYZ60.493044.204896.6108
Yxy44.20480.30050.2196
Hunter Lab66.486746.0567-39.6127
CIE-Lab72.365249.2052-39.8308

#e791fb color RGB value is (231,145,251).

#e791fb hex color red value is 231, green value is 145 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e791fb hue: 0.80 , saturation: 0.93 and the lightness value of e791fb is 0.78.

The process color (four color CMYK) of #e791fb color hex is 0.08, 0.42, 0.00, 0.02. Web safe color of #e791fb is #ff99ff. Color #e791fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010001 11111011
Octal 347 221 373
Decimal 231 145 251
Hex E7 91 FB

RGB Percentages of Color #e791fb

%36.84
%23.13
%40.03

CMYK Percentages of Color #e791fb

%8
%42
%0
%2

Triadic Colors of #e791fb

#e791fb #fbe791 #91fbe7

Analogous Colors of #e791fb

#e791fb #fb91da #b291fb

Monochromatic Colors of #e791fb

#e791fb

Complementary Color

#e791fb #a5fb91

#e791fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e791fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e791fb Color CSS Codes

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

#e791fb Text Font Color

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

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


#e791fb Background Color

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

This div background color is #e791fb


#e791fb Border Color

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

This div border color is #e791fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e791fb


Comments

No comments written yet.

Please login to write comment.