Color Hex Logo

#e332fb Color Hex

#E332FB
(227,50,251)
0 Favorites   0 Comments

Color spaces of #e332fb

RGB 22750251
HSL0.810.960.59
HSV293°80°98°
CMYK 0.100.800.00   0.02
XYZ50.231725.577193.5562
Yxy25.57710.29660.1510
Hunter Lab50.573888.7884-74.2786
CIE-Lab57.633486.8643-63.1832

#e332fb color RGB value is (227,50,251).

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

The process color (four color CMYK) of #e332fb color hex is 0.10, 0.80, 0.00, 0.02. Web safe color of #e332fb is #cc33ff. Color #e332fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110010 11111011
Octal 343 62 373
Decimal 227 50 251
Hex E3 32 FB

RGB Percentages of Color #e332fb

%42.99
%9.47
%47.54

CMYK Percentages of Color #e332fb

%10
%80
%0
%2

Triadic Colors of #e332fb

#e332fb #fbe332 #32fbe3

Analogous Colors of #e332fb

#e332fb #fb32af #7f32fb

Monochromatic Colors of #e332fb

#e332fb

Complementary Color

#e332fb #4afb32

#e332fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e332fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e332fb Color CSS Codes

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

#e332fb Text Font Color

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

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


#e332fb Background Color

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

This div background color is #e332fb


#e332fb Border Color

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

This div border color is #e332fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e332fb


Comments

No comments written yet.

Please login to write comment.