Color Hex Logo

#e832fb Color Hex

#E832FB
(232,50,251)
0 Favorites   0 Comments

Color spaces of #e832fb

RGB 23250251
HSL0.820.960.59
HSV294°80°98°
CMYK 0.080.800.00   0.02
XYZ51.831926.402093.6310
Yxy26.40200.30160.1536
Hunter Lab51.382990.1398-72.0715
CIE-Lab58.416787.7361-61.8834

#e832fb color RGB value is (232,50,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110010 11111011
Octal 350 62 373
Decimal 232 50 251
Hex E8 32 FB

RGB Percentages of Color #e832fb

%43.53
%9.38
%47.09

CMYK Percentages of Color #e832fb

%8
%80
%0
%2

Triadic Colors of #e832fb

#e832fb #fbe832 #32fbe8

Analogous Colors of #e832fb

#e832fb #fb32aa #8432fb

Monochromatic Colors of #e832fb

#e832fb

Complementary Color

#e832fb #45fb32

#e832fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e832fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e832fb Color CSS Codes

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

#e832fb Text Font Color

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

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


#e832fb Background Color

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

This div background color is #e832fb


#e832fb Border Color

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

This div border color is #e832fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e832fb


Comments

No comments written yet.

Please login to write comment.