Color Hex Logo

#fb50cd Color Hex

#FB50CD
(251,80,205)
0 Favorites   0 Comments

Color spaces of #fb50cd

RGB 25180205
HSL0.880.960.65
HSV316°68°98°
CMYK 0.000.680.18   0.02
XYZ53.671830.654360.8457
Yxy30.65430.36970.2112
Hunter Lab55.366376.1458-26.4013
CIE-Lab62.214776.1427-29.8823

#fb50cd color RGB value is (251,80,205).

#fb50cd hex color red value is 251, green value is 80 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fb50cd hue: 0.88 , saturation: 0.96 and the lightness value of fb50cd is 0.65.

The process color (four color CMYK) of #fb50cd color hex is 0.00, 0.68, 0.18, 0.02. Web safe color of #fb50cd is #ff66cc. Color #fb50cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010000 11001101
Octal 373 120 315
Decimal 251 80 205
Hex FB 50 CD

RGB Percentages of Color #fb50cd

%46.83
%14.93
%38.25

CMYK Percentages of Color #fb50cd

%0
%68
%18
%2

Triadic Colors of #fb50cd

#fb50cd #cdfb50 #50cdfb

Analogous Colors of #fb50cd

#fb50cd #fb5078 #d450fb

Monochromatic Colors of #fb50cd

#fb50cd

Complementary Color

#fb50cd #50fb7e

#fb50cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb50cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb50cd Color CSS Codes

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

#fb50cd Text Font Color

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

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


#fb50cd Background Color

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

This div background color is #fb50cd


#fb50cd Border Color

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

This div border color is #fb50cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb50cd


Comments

No comments written yet.

Please login to write comment.