Color Hex Logo

#fe32dd Color Hex

#FE32DD
(254,50,221)
0 Favorites   0 Comments

Color spaces of #fe32dd

RGB 25450221
HSL0.860.990.60
HSV310°80°100°
CMYK 0.000.800.13   0.00
XYZ55.064828.572571.0194
Yxy28.57250.35600.1847
Hunter Lab53.453390.3384-41.3570
CIE-Lab60.402587.4990-41.7195

#fe32dd color RGB value is (254,50,221).

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

The process color (four color CMYK) of #fe32dd color hex is 0.00, 0.80, 0.13, 0.00. Web safe color of #fe32dd is #ff33cc. Color #fe32dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110010 11011101
Octal 376 62 335
Decimal 254 50 221
Hex FE 32 DD

RGB Percentages of Color #fe32dd

%48.38
%9.52
%42.10

CMYK Percentages of Color #fe32dd

%0
%80
%13
%0

Triadic Colors of #fe32dd

#fe32dd #ddfe32 #32ddfe

Analogous Colors of #fe32dd

#fe32dd #fe3277 #b932fe

Monochromatic Colors of #fe32dd

#fe32dd

Complementary Color

#fe32dd #32fe53

#fe32dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe32dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe32dd Color CSS Codes

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

#fe32dd Text Font Color

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

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


#fe32dd Background Color

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

This div background color is #fe32dd


#fe32dd Border Color

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

This div border color is #fe32dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe32dd

Related Colors


Comments

No comments written yet.

Please login to write comment.