Color Hex Logo

#fd68db Color Hex

#FD68DB
(253,104,219)
0 Favorites   0 Comments

Color spaces of #fd68db

RGB 253104219
HSL0.870.970.70
HSV314°59°99°
CMYK 0.000.590.13   0.01
XYZ58.244535.897770.8770
Yxy35.89770.35300.2175
Hunter Lab59.914768.6734-28.1977
CIE-Lab66.441769.3413-31.1910

#fd68db color RGB value is (253,104,219).

#fd68db hex color red value is 253, green value is 104 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fd68db hue: 0.87 , saturation: 0.97 and the lightness value of fd68db is 0.70.

The process color (four color CMYK) of #fd68db color hex is 0.00, 0.59, 0.13, 0.01. Web safe color of #fd68db is #ff66cc. Color #fd68db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101000 11011011
Octal 375 150 333
Decimal 253 104 219
Hex FD 68 DB

RGB Percentages of Color #fd68db

%43.92
%18.06
%38.02

CMYK Percentages of Color #fd68db

%0
%59
%13
%1

Triadic Colors of #fd68db

#fd68db #dbfd68 #68dbfd

Analogous Colors of #fd68db

#fd68db #fd6891 #d568fd

Monochromatic Colors of #fd68db

#fd68db

Complementary Color

#fd68db #68fd8a

#fd68db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd68db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd68db Color CSS Codes

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

#fd68db Text Font Color

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

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


#fd68db Background Color

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

This div background color is #fd68db


#fd68db Border Color

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

This div border color is #fd68db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd68db

Related Colors


Comments

No comments written yet.

Please login to write comment.