Color Hex Logo

#fd46db Color Hex

#FD46DB
(253,70,219)
0 Favorites   0 Comments

Color spaces of #fd46db

RGB 25370219
HSL0.860.980.63
HSV311°72°99°
CMYK 0.000.720.13   0.01
XYZ55.484430.377469.9569
Yxy30.37740.35610.1950
Hunter Lab55.115783.2416-36.6742
CIE-Lab61.978581.7619-38.1329

#fd46db color RGB value is (253,70,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000110 11011011
Octal 375 106 333
Decimal 253 70 219
Hex FD 46 DB

RGB Percentages of Color #fd46db

%46.68
%12.92
%40.41

CMYK Percentages of Color #fd46db

%0
%72
%13
%1

Triadic Colors of #fd46db

#fd46db #dbfd46 #46dbfd

Analogous Colors of #fd46db

#fd46db #fd4680 #c446fd

Monochromatic Colors of #fd46db

#fd46db

Complementary Color

#fd46db #46fd68

#fd46db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd46db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd46db Color CSS Codes

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

#fd46db Text Font Color

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

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


#fd46db Background Color

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

This div background color is #fd46db


#fd46db Border Color

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

This div border color is #fd46db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd46db

Related Colors


Comments

No comments written yet.

Please login to write comment.