Color Hex Logo

#fb15cb Color Hex

#FB15CB
(251,21,203)
0 Favorites   0 Comments

Color spaces of #fb15cb

RGB 25121203
HSL0.870.970.53
HSV313°92°98°
CMYK 0.000.920.19   0.02
XYZ50.831325.357458.7153
Yxy25.35740.37680.1880
Hunter Lab50.356192.0611-33.8829
CIE-Lab57.422089.3778-36.2001

#fb15cb color RGB value is (251,21,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010101 11001011
Octal 373 25 313
Decimal 251 21 203
Hex FB 15 CB

RGB Percentages of Color #fb15cb

%52.84
%4.42
%42.74

CMYK Percentages of Color #fb15cb

%0
%92
%19
%2

Triadic Colors of #fb15cb

#fb15cb #cbfb15 #15cbfb

Analogous Colors of #fb15cb

#fb15cb #fb1558 #b815fb

Monochromatic Colors of #fb15cb

#fb15cb

Complementary Color

#fb15cb #15fb45

#fb15cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb15cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb15cb Color CSS Codes

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

#fb15cb Text Font Color

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

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


#fb15cb Background Color

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

This div background color is #fb15cb


#fb15cb Border Color

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

This div border color is #fb15cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb15cb


Comments

No comments written yet.

Please login to write comment.