Color Hex Logo

#fb0cbe Color Hex

#FB0CBE
(251,12,190)
0 Favorites   0 Comments

Color spaces of #fb0cbe

RGB 25112190
HSL0.880.970.52
HSV315°95°98°
CMYK 0.000.950.24   0.02
XYZ49.209424.489950.8486
Yxy24.48990.39510.1966
Hunter Lab49.487390.8950-26.2799
CIE-Lab56.575088.6654-30.0390

#fb0cbe color RGB value is (251,12,190).

#fb0cbe hex color red value is 251, green value is 12 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fb0cbe hue: 0.88 , saturation: 0.97 and the lightness value of fb0cbe is 0.52.

The process color (four color CMYK) of #fb0cbe color hex is 0.00, 0.95, 0.24, 0.02. Web safe color of #fb0cbe is #ff00cc. Color #fb0cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00001100 10111110
Octal 373 14 276
Decimal 251 12 190
Hex FB C BE

RGB Percentages of Color #fb0cbe

%55.41
%2.65
%41.94

CMYK Percentages of Color #fb0cbe

%0
%95
%24
%2

Triadic Colors of #fb0cbe

#fb0cbe #befb0c #0cbefb

Analogous Colors of #fb0cbe

#fb0cbe #fb0c46 #c10cfb

Monochromatic Colors of #fb0cbe

#fb0cbe

Complementary Color

#fb0cbe #0cfb49

#fb0cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb0cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb0cbe Color CSS Codes

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

#fb0cbe Text Font Color

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

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


#fb0cbe Background Color

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

This div background color is #fb0cbe


#fb0cbe Border Color

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

This div border color is #fb0cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb0cbe

Related Colors


Comments

No comments written yet.

Please login to write comment.