Color Hex Logo

#e790fb Color Hex

#E790FB
(231,144,251)
0 Favorites   0 Comments

Color spaces of #e790fb

RGB 231144251
HSL0.800.930.77
HSV289°43°98°
CMYK 0.080.430.00   0.02
XYZ60.340843.900596.5601
Yxy43.90050.30050.2186
Hunter Lab66.257546.6098-40.0259
CIE-Lab72.161949.7202-40.1476

#e790fb color RGB value is (231,144,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010000 11111011
Octal 347 220 373
Decimal 231 144 251
Hex E7 90 FB

RGB Percentages of Color #e790fb

%36.90
%23.00
%40.10

CMYK Percentages of Color #e790fb

%8
%43
%0
%2

Triadic Colors of #e790fb

#e790fb #fbe790 #90fbe7

Analogous Colors of #e790fb

#e790fb #fb90da #b290fb

Monochromatic Colors of #e790fb

#e790fb

Complementary Color

#e790fb #a4fb90

#e790fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e790fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e790fb Color CSS Codes

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

#e790fb Text Font Color

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

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


#e790fb Background Color

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

This div background color is #e790fb


#e790fb Border Color

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

This div border color is #e790fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e790fb


Comments

No comments written yet.

Please login to write comment.