Color Hex Logo

#fc2ffb Color Hex

#FC2FFB
(252,47,251)
0 Favorites   0 Comments

Color spaces of #fc2ffb

RGB 25247251
HSL0.830.970.59
HSV300°81°99°
CMYK 0.000.810.00   0.01
XYZ58.574029.693593.9110
Yxy29.69350.32150.1630
Hunter Lab54.491796.5118-64.0361
CIE-Lab61.388991.9201-56.9484

#fc2ffb color RGB value is (252,47,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101111 11111011
Octal 374 57 373
Decimal 252 47 251
Hex FC 2F FB

RGB Percentages of Color #fc2ffb

%45.82
%8.55
%45.64

CMYK Percentages of Color #fc2ffb

%0
%81
%0
%1

Triadic Colors of #fc2ffb

#fc2ffb #fbfc2f #2ffbfc

Analogous Colors of #fc2ffb

#fc2ffb #fc2f95 #972ffc

Monochromatic Colors of #fc2ffb

#fc2ffb

Complementary Color

#fc2ffb #2ffc30

#fc2ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2ffb Color CSS Codes

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

#fc2ffb Text Font Color

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

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


#fc2ffb Background Color

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

This div background color is #fc2ffb


#fc2ffb Border Color

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

This div border color is #fc2ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.