Color Hex Logo

#e792fb Color Hex

#E792FB
(231,146,251)
0 Favorites   0 Comments

Color spaces of #e792fb

RGB 231146251
HSL0.800.930.78
HSV289°42°98°
CMYK 0.080.420.00   0.02
XYZ60.646544.511796.6620
Yxy44.51170.30050.2206
Hunter Lab66.717145.5034-39.1994
CIE-Lab72.569248.6893-39.5130

#e792fb color RGB value is (231,146,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010010 11111011
Octal 347 222 373
Decimal 231 146 251
Hex E7 92 FB

RGB Percentages of Color #e792fb

%36.78
%23.25
%39.97

CMYK Percentages of Color #e792fb

%8
%42
%0
%2

Triadic Colors of #e792fb

#e792fb #fbe792 #92fbe7

Analogous Colors of #e792fb

#e792fb #fb92db #b392fb

Monochromatic Colors of #e792fb

#e792fb

Complementary Color

#e792fb #a6fb92

#e792fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e792fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e792fb Color CSS Codes

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

#e792fb Text Font Color

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

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


#e792fb Background Color

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

This div background color is #e792fb


#e792fb Border Color

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

This div border color is #e792fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e792fb

Related Colors


Comments

No comments written yet.

Please login to write comment.