Color Hex Logo

#fc4bfb Color Hex

#FC4BFB
(252,75,251)
0 Favorites   0 Comments

Color spaces of #fc4bfb

RGB 25275251
HSL0.830.970.64
HSV300°70°99°
CMYK 0.000.700.00   0.01
XYZ60.073532.692694.4109
Yxy32.69260.32090.1747
Hunter Lab57.177487.4806-57.8749
CIE-Lab63.911284.6481-52.9367

#fc4bfb color RGB value is (252,75,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001011 11111011
Octal 374 113 373
Decimal 252 75 251
Hex FC 4B FB

RGB Percentages of Color #fc4bfb

%43.60
%12.98
%43.43

CMYK Percentages of Color #fc4bfb

%0
%70
%0
%1

Triadic Colors of #fc4bfb

#fc4bfb #fbfc4b #4bfbfc

Analogous Colors of #fc4bfb

#fc4bfb #fc4ba3 #a54bfc

Monochromatic Colors of #fc4bfb

#fc4bfb

Complementary Color

#fc4bfb #4bfc4c

#fc4bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4bfb Color CSS Codes

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

#fc4bfb Text Font Color

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

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


#fc4bfb Background Color

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

This div background color is #fc4bfb


#fc4bfb Border Color

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

This div border color is #fc4bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.