Color Hex Logo

#fd14dc Color Hex

#FD14DC
(253,20,220)
0 Favorites   0 Comments

Color spaces of #fd14dc

RGB 25320220
HSL0.860.980.54
HSV308°92°99°
CMYK 0.000.920.13   0.01
XYZ53.676426.550370.0058
Yxy26.55030.35730.1767
Hunter Lab51.527095.7738-44.4839
CIE-Lab58.555791.9259-44.0744

#fd14dc color RGB value is (253,20,220).

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

The process color (four color CMYK) of #fd14dc color hex is 0.00, 0.92, 0.13, 0.01. Web safe color of #fd14dc is #ff00cc. Color #fd14dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010100 11011100
Octal 375 24 334
Decimal 253 20 220
Hex FD 14 DC

RGB Percentages of Color #fd14dc

%51.32
%4.06
%44.62

CMYK Percentages of Color #fd14dc

%0
%92
%13
%1

Triadic Colors of #fd14dc

#fd14dc #dcfd14 #14dcfd

Analogous Colors of #fd14dc

#fd14dc #fd1468 #aa14fd

Monochromatic Colors of #fd14dc

#fd14dc

Complementary Color

#fd14dc #14fd35

#fd14dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd14dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd14dc Color CSS Codes

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

#fd14dc Text Font Color

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

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


#fd14dc Background Color

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

This div background color is #fd14dc


#fd14dc Border Color

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

This div border color is #fd14dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd14dc


Comments

No comments written yet.

Please login to write comment.