Color Hex Logo

#fd14cb Color Hex

#FD14CB
(253,20,203)
0 Favorites   0 Comments

Color spaces of #fd14cb

RGB 25320203
HSL0.870.980.54
HSV313°92°99°
CMYK 0.000.920.20   0.01
XYZ51.537725.694858.7432
Yxy25.69480.37900.1890
Hunter Lab50.690092.7774-33.2264
CIE-Lab57.746289.8517-35.6669

#fd14cb color RGB value is (253,20,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010100 11001011
Octal 375 24 313
Decimal 253 20 203
Hex FD 14 CB

RGB Percentages of Color #fd14cb

%53.15
%4.20
%42.65

CMYK Percentages of Color #fd14cb

%0
%92
%20
%1

Triadic Colors of #fd14cb

#fd14cb #cbfd14 #14cbfd

Analogous Colors of #fd14cb

#fd14cb #fd1456 #bb14fd

Monochromatic Colors of #fd14cb

#fd14cb

Complementary Color

#fd14cb #14fd46

#fd14cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd14cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd14cb Color CSS Codes

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

#fd14cb Text Font Color

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

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


#fd14cb Background Color

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

This div background color is #fd14cb


#fd14cb Border Color

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

This div border color is #fd14cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd14cb

Related Colors


Comments

No comments written yet.

Please login to write comment.