Color Hex Logo

#fb5cfc Color Hex

#FB5CFC
(251,92,252)
0 Favorites   0 Comments

Color spaces of #fb5cfc

RGB 25192252
HSL0.830.960.67
HSV300°63°99°
CMYK 0.000.630.00   0.01
XYZ61.181535.191895.6635
Yxy35.19180.31860.1833
Hunter Lab59.322780.2785-54.0849
CIE-Lab65.897778.7077-50.3514

#fb5cfc color RGB value is (251,92,252).

#fb5cfc hex color red value is 251, green value is 92 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fb5cfc hue: 0.83 , saturation: 0.96 and the lightness value of fb5cfc is 0.67.

The process color (four color CMYK) of #fb5cfc color hex is 0.00, 0.63, 0.00, 0.01. Web safe color of #fb5cfc is #ff66ff. Color #fb5cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011100 11111100
Octal 373 134 374
Decimal 251 92 252
Hex FB 5C FC

RGB Percentages of Color #fb5cfc

%42.18
%15.46
%42.35

CMYK Percentages of Color #fb5cfc

%0
%63
%0
%1

Triadic Colors of #fb5cfc

#fb5cfc #fcfb5c #5cfcfb

Analogous Colors of #fb5cfc

#fb5cfc #fc5cad #ab5cfc

Monochromatic Colors of #fb5cfc

#fb5cfc

Complementary Color

#fb5cfc #5dfc5c

#fb5cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5cfc Color CSS Codes

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

#fb5cfc Text Font Color

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

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


#fb5cfc Background Color

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

This div background color is #fb5cfc


#fb5cfc Border Color

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

This div border color is #fb5cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.