Color Hex Logo

#fc3bfb Color Hex

#FC3BFB
(252,59,251)
0 Favorites   0 Comments

Color spaces of #fc3bfb

RGB 25259251
HSL0.830.970.61
HSV300°77°99°
CMYK 0.000.770.00   0.01
XYZ59.121430.788494.0935
Yxy30.78840.32130.1673
Hunter Lab55.487393.0880-61.7009
CIE-Lab62.328689.1908-55.4514

#fc3bfb color RGB value is (252,59,251).

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

The process color (four color CMYK) of #fc3bfb color hex is 0.00, 0.77, 0.00, 0.01. Web safe color of #fc3bfb is #ff33ff. Color #fc3bfb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111011 11111011
Octal 374 73 373
Decimal 252 59 251
Hex FC 3B FB

RGB Percentages of Color #fc3bfb

%44.84
%10.50
%44.66

CMYK Percentages of Color #fc3bfb

%0
%77
%0
%1

Triadic Colors of #fc3bfb

#fc3bfb #fbfc3b #3bfbfc

Analogous Colors of #fc3bfb

#fc3bfb #fc3b9b #9d3bfc

Monochromatic Colors of #fc3bfb

#fc3bfb

Complementary Color

#fc3bfb #3bfc3c

#fc3bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3bfb Color CSS Codes

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

#fc3bfb Text Font Color

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

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


#fc3bfb Background Color

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

This div background color is #fc3bfb


#fc3bfb Border Color

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

This div border color is #fc3bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.