Color Hex Logo

#fd33dc Color Hex

#FD33DC
(253,51,220)
0 Favorites   0 Comments

Color spaces of #fd33dc

RGB 25351220
HSL0.860.980.60
HSV310°80°99°
CMYK 0.000.800.13   0.01
XYZ54.610128.417670.3170
Yxy28.41760.35610.1853
Hunter Lab53.308289.5702-40.8917
CIE-Lab60.264286.9447-41.3842

#fd33dc color RGB value is (253,51,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110011 11011100
Octal 375 63 334
Decimal 253 51 220
Hex FD 33 DC

RGB Percentages of Color #fd33dc

%48.28
%9.73
%41.98

CMYK Percentages of Color #fd33dc

%0
%80
%13
%1

Triadic Colors of #fd33dc

#fd33dc #dcfd33 #33dcfd

Analogous Colors of #fd33dc

#fd33dc #fd3377 #b933fd

Monochromatic Colors of #fd33dc

#fd33dc

Complementary Color

#fd33dc #33fd54

#fd33dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd33dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd33dc Color CSS Codes

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

#fd33dc Text Font Color

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

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


#fd33dc Background Color

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

This div background color is #fd33dc


#fd33dc Border Color

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

This div border color is #fd33dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd33dc


Comments

No comments written yet.

Please login to write comment.