Color Hex Logo

#fe32b2 Color Hex

#FE32B2
(254,50,178)
0 Favorites   0 Comments

Color spaces of #fe32b2

RGB 25450178
HSL0.900.990.60
HSV322°80°100°
CMYK 0.000.800.30   0.00
XYZ50.049526.566444.6094
Yxy26.56640.41290.2191
Hunter Lab51.542683.1296-15.2348
CIE-Lab58.570882.3345-19.9726

#fe32b2 color RGB value is (254,50,178).

#fe32b2 hex color red value is 254, green value is 50 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #fe32b2 hue: 0.90 , saturation: 0.99 and the lightness value of fe32b2 is 0.60.

The process color (four color CMYK) of #fe32b2 color hex is 0.00, 0.80, 0.30, 0.00. Web safe color of #fe32b2 is #ff3399. Color #fe32b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110010 10110010
Octal 376 62 262
Decimal 254 50 178
Hex FE 32 B2

RGB Percentages of Color #fe32b2

%52.70
%10.37
%36.93

CMYK Percentages of Color #fe32b2

%0
%80
%30
%0

Triadic Colors of #fe32b2

#fe32b2 #b2fe32 #32b2fe

Analogous Colors of #fe32b2

#fe32b2 #fe324c #e432fe

Monochromatic Colors of #fe32b2

#fe32b2

Complementary Color

#fe32b2 #32fe7e

#fe32b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe32b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe32b2 Color CSS Codes

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

#fe32b2 Text Font Color

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

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


#fe32b2 Background Color

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

This div background color is #fe32b2


#fe32b2 Border Color

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

This div border color is #fe32b2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,50,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fe32b2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe32b2


Comments

No comments written yet.

Please login to write comment.