Color Hex Logo

#fd45db Color Hex

#FD45DB
(253,69,219)
0 Favorites   0 Comments

Color spaces of #fd45db

RGB 25369219
HSL0.860.980.63
HSV311°73°99°
CMYK 0.000.730.13   0.01
XYZ55.422330.253469.9362
Yxy30.25340.35620.1944
Hunter Lab55.003183.6050-36.8848
CIE-Lab61.872282.0639-38.2990

#fd45db color RGB value is (253,69,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000101 11011011
Octal 375 105 333
Decimal 253 69 219
Hex FD 45 DB

RGB Percentages of Color #fd45db

%46.77
%12.75
%40.48

CMYK Percentages of Color #fd45db

%0
%73
%13
%1

Triadic Colors of #fd45db

#fd45db #dbfd45 #45dbfd

Analogous Colors of #fd45db

#fd45db #fd457f #c345fd

Monochromatic Colors of #fd45db

#fd45db

Complementary Color

#fd45db #45fd67

#fd45db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd45db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd45db Color CSS Codes

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

#fd45db Text Font Color

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

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


#fd45db Background Color

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

This div background color is #fd45db


#fd45db Border Color

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

This div border color is #fd45db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,69,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 #fd45db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd45db

Related Colors


Comments

No comments written yet.

Please login to write comment.