Color Hex Logo

#e872fb Color Hex

#E872FB
(232,114,251)
0 Favorites   0 Comments

Color spaces of #e872fb

RGB 232114251
HSL0.810.940.72
HSV292°55°98°
CMYK 0.080.550.00   0.02
XYZ56.708636.155595.2566
Yxy36.15550.30140.1922
Hunter Lab60.129463.1184-51.8361
CIE-Lab66.638664.7263-48.8021

#e872fb color RGB value is (232,114,251).

#e872fb hex color red value is 232, green value is 114 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e872fb hue: 0.81 , saturation: 0.94 and the lightness value of e872fb is 0.72.

The process color (four color CMYK) of #e872fb color hex is 0.08, 0.55, 0.00, 0.02. Web safe color of #e872fb is #ff66ff. Color #e872fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110010 11111011
Octal 350 162 373
Decimal 232 114 251
Hex E8 72 FB

RGB Percentages of Color #e872fb

%38.86
%19.10
%42.04

CMYK Percentages of Color #e872fb

%8
%55
%0
%2

Triadic Colors of #e872fb

#e872fb #fbe872 #72fbe8

Analogous Colors of #e872fb

#e872fb #fb72ca #a472fb

Monochromatic Colors of #e872fb

#e872fb

Complementary Color

#e872fb #85fb72

#e872fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e872fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e872fb Color CSS Codes

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

#e872fb Text Font Color

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

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


#e872fb Background Color

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

This div background color is #e872fb


#e872fb Border Color

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

This div border color is #e872fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e872fb


Comments

No comments written yet.

Please login to write comment.