Color Hex Logo

#fd33db Color Hex

#FD33DB
(253,51,219)
0 Favorites   0 Comments

Color spaces of #fd33db

RGB 25351219
HSL0.860.980.60
HSV310°80°99°
CMYK 0.000.800.13   0.01
XYZ54.478028.364869.6215
Yxy28.36480.35730.1860
Hunter Lab53.258689.3843-40.2249
CIE-Lab60.216986.8130-40.8939

#fd33db color RGB value is (253,51,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110011 11011011
Octal 375 63 333
Decimal 253 51 219
Hex FD 33 DB

RGB Percentages of Color #fd33db

%48.37
%9.75
%41.87

CMYK Percentages of Color #fd33db

%0
%80
%13
%1

Triadic Colors of #fd33db

#fd33db #dbfd33 #33dbfd

Analogous Colors of #fd33db

#fd33db #fd3376 #ba33fd

Monochromatic Colors of #fd33db

#fd33db

Complementary Color

#fd33db #33fd55

#fd33db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd33db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd33db Color CSS Codes

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

#fd33db Text Font Color

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

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


#fd33db Background Color

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

This div background color is #fd33db


#fd33db Border Color

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

This div border color is #fd33db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd33db

Related Colors


Comments

No comments written yet.

Please login to write comment.