Color Hex Logo

#fd33df Color Hex

#FD33DF
(253,51,223)
0 Favorites   0 Comments

Color spaces of #fd33df

RGB 25351223
HSL0.860.980.60
HSV309°80°99°
CMYK 0.000.800.12   0.01
XYZ55.011128.578072.4287
Yxy28.57800.35260.1832
Hunter Lab53.458490.1324-42.9088
CIE-Lab60.407487.3423-42.8508

#fd33df color RGB value is (253,51,223).

#fd33df hex color red value is 253, green value is 51 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fd33df hue: 0.86 , saturation: 0.98 and the lightness value of fd33df is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110011 11011111
Octal 375 63 337
Decimal 253 51 223
Hex FD 33 DF

RGB Percentages of Color #fd33df

%48.01
%9.68
%42.31

CMYK Percentages of Color #fd33df

%0
%80
%12
%1

Triadic Colors of #fd33df

#fd33df #dffd33 #33dffd

Analogous Colors of #fd33df

#fd33df #fd337a #b633fd

Monochromatic Colors of #fd33df

#fd33df

Complementary Color

#fd33df #33fd51

#fd33df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd33df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd33df Color CSS Codes

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

#fd33df Text Font Color

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

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


#fd33df Background Color

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

This div background color is #fd33df


#fd33df Border Color

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

This div border color is #fd33df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,51,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd33df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd33df;
  -webkit-box-shadow: 1px 1px 3px 2px #fd33df;
  box-shadow:         1px 1px 3px 2px #fd33df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,51,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd33df


Comments

No comments written yet.

Please login to write comment.