Color Hex Logo

#e821fb Color Hex

#E821FB
(232,33,251)
0 Favorites   0 Comments

Color spaces of #e821fb

RGB 23233251
HSL0.820.960.56
HSV295°87°98°
CMYK 0.080.870.00   0.02
XYZ51.235225.208693.4321
Yxy25.20860.30160.1484
Hunter Lab50.208294.2870-75.1867
CIE-Lab57.278191.0701-63.7117

#e821fb color RGB value is (232,33,251).

#e821fb hex color red value is 232, green value is 33 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e821fb hue: 0.82 , saturation: 0.96 and the lightness value of e821fb is 0.56.

The process color (four color CMYK) of #e821fb color hex is 0.08, 0.87, 0.00, 0.02. Web safe color of #e821fb is #ff33ff. Color #e821fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100001 11111011
Octal 350 41 373
Decimal 232 33 251
Hex E8 21 FB

RGB Percentages of Color #e821fb

%44.96
%6.40
%48.64

CMYK Percentages of Color #e821fb

%8
%87
%0
%2

Triadic Colors of #e821fb

#e821fb #fbe821 #21fbe8

Analogous Colors of #e821fb

#e821fb #fb21a1 #7b21fb

Monochromatic Colors of #e821fb

#e821fb

Complementary Color

#e821fb #34fb21

#e821fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e821fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e821fb Color CSS Codes

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

#e821fb Text Font Color

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

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


#e821fb Background Color

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

This div background color is #e821fb


#e821fb Border Color

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

This div border color is #e821fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e821fb

Related Colors


Comments

No comments written yet.

Please login to write comment.