Color Hex Logo

#fd14bc Color Hex

#FD14BC
(253,20,188)
0 Favorites   0 Comments

Color spaces of #fd14bc

RGB 25320188
HSL0.880.980.54
HSV317°92°99°
CMYK 0.000.920.26   0.01
XYZ49.835325.013849.7785
Yxy25.01380.39990.2007
Hunter Lab50.013890.3388-24.0014
CIE-Lab57.088988.1454-28.0568

#fd14bc color RGB value is (253,20,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010100 10111100
Octal 375 24 274
Decimal 253 20 188
Hex FD 14 BC

RGB Percentages of Color #fd14bc

%54.88
%4.34
%40.78

CMYK Percentages of Color #fd14bc

%0
%92
%26
%1

Triadic Colors of #fd14bc

#fd14bc #bcfd14 #14bcfd

Analogous Colors of #fd14bc

#fd14bc #fd1447 #ca14fd

Monochromatic Colors of #fd14bc

#fd14bc

Complementary Color

#fd14bc #14fd55

#fd14bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd14bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd14bc Color CSS Codes

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

#fd14bc Text Font Color

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

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


#fd14bc Background Color

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

This div background color is #fd14bc


#fd14bc Border Color

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

This div border color is #fd14bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd14bc


Comments

No comments written yet.

Please login to write comment.