Color Hex Logo

#fb14ce Color Hex

#FB14CE
(251,20,206)
0 Favorites   0 Comments

Color spaces of #fb14ce

RGB 25120206
HSL0.870.970.53
HSV312°92°98°
CMYK 0.000.920.18   0.02
XYZ51.174425.465860.6107
Yxy25.46580.37290.1855
Hunter Lab50.463792.7027-35.8873
CIE-Lab57.526589.8385-37.7531

#fb14ce color RGB value is (251,20,206).

#fb14ce hex color red value is 251, green value is 20 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fb14ce hue: 0.87 , saturation: 0.97 and the lightness value of fb14ce is 0.53.

The process color (four color CMYK) of #fb14ce color hex is 0.00, 0.92, 0.18, 0.02. Web safe color of #fb14ce is #ff00cc. Color #fb14ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010100 11001110
Octal 373 24 316
Decimal 251 20 206
Hex FB 14 CE

RGB Percentages of Color #fb14ce

%52.62
%4.19
%43.19

CMYK Percentages of Color #fb14ce

%0
%92
%18
%2

Triadic Colors of #fb14ce

#fb14ce #cefb14 #14cefb

Analogous Colors of #fb14ce

#fb14ce #fb145b #b514fb

Monochromatic Colors of #fb14ce

#fb14ce

Complementary Color

#fb14ce #14fb41

#fb14ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb14ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb14ce Color CSS Codes

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

#fb14ce Text Font Color

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

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


#fb14ce Background Color

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

This div background color is #fb14ce


#fb14ce Border Color

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

This div border color is #fb14ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb14ce


Comments

No comments written yet.

Please login to write comment.