Color Hex Logo

#fd14bb Color Hex

#FD14BB
(253,20,187)
0 Favorites   0 Comments

Color spaces of #fd14bb

RGB 25320187
HSL0.880.980.54
HSV317°92°99°
CMYK 0.000.920.26   0.01
XYZ49.727824.970849.2126
Yxy24.97080.40130.2015
Hunter Lab49.970890.1831-23.4109
CIE-Lab57.047088.0359-27.5430

#fd14bb color RGB value is (253,20,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010100 10111011
Octal 375 24 273
Decimal 253 20 187
Hex FD 14 BB

RGB Percentages of Color #fd14bb

%55.00
%4.35
%40.65

CMYK Percentages of Color #fd14bb

%0
%92
%26
%1

Triadic Colors of #fd14bb

#fd14bb #bbfd14 #14bbfd

Analogous Colors of #fd14bb

#fd14bb #fd1446 #cb14fd

Monochromatic Colors of #fd14bb

#fd14bb

Complementary Color

#fd14bb #14fd56

#fd14bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd14bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd14bb Color CSS Codes

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

#fd14bb Text Font Color

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

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


#fd14bb Background Color

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

This div background color is #fd14bb


#fd14bb Border Color

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

This div border color is #fd14bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd14bb


Comments

No comments written yet.

Please login to write comment.