Color Hex Logo

#e853fb Color Hex

#E853FB
(232,83,251)
0 Favorites   0 Comments

Color spaces of #e853fb

RGB 23283251
HSL0.810.950.65
HSV293°67°98°
CMYK 0.080.670.00   0.02
XYZ53.784630.307494.2819
Yxy30.30740.30150.1699
Hunter Lab55.052278.0488-63.0031
CIE-Lab61.918677.7086-56.2854

#e853fb color RGB value is (232,83,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010011 11111011
Octal 350 123 373
Decimal 232 83 251
Hex E8 53 FB

RGB Percentages of Color #e853fb

%40.99
%14.66
%44.35

CMYK Percentages of Color #e853fb

%8
%67
%0
%2

Triadic Colors of #e853fb

#e853fb #fbe853 #53fbe8

Analogous Colors of #e853fb

#e853fb #fb53ba #9453fb

Monochromatic Colors of #e853fb

#e853fb

Complementary Color

#e853fb #66fb53

#e853fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e853fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e853fb Color CSS Codes

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

#e853fb Text Font Color

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

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


#e853fb Background Color

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

This div background color is #e853fb


#e853fb Border Color

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

This div border color is #e853fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e853fb

Related Colors


Comments

No comments written yet.

Please login to write comment.