Color Hex Logo

#fc2fbf Color Hex

#FC2FBF
(252,47,191)
0 Favorites   0 Comments

Color spaces of #fc2fbf

RGB 25247191
HSL0.880.970.59
HSV318°81°99°
CMYK 0.000.810.24   0.01
XYZ50.565426.490151.7382
Yxy26.49010.39260.2057
Hunter Lab51.468585.2979-23.5727
CIE-Lab58.499484.0251-27.6208

#fc2fbf color RGB value is (252,47,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101111 10111111
Octal 374 57 277
Decimal 252 47 191
Hex FC 2F BF

RGB Percentages of Color #fc2fbf

%51.43
%9.59
%38.98

CMYK Percentages of Color #fc2fbf

%0
%81
%24
%1

Triadic Colors of #fc2fbf

#fc2fbf #bffc2f #2fbffc

Analogous Colors of #fc2fbf

#fc2fbf #fc2f58 #d32ffc

Monochromatic Colors of #fc2fbf

#fc2fbf

Complementary Color

#fc2fbf #2ffc6c

#fc2fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2fbf Color CSS Codes

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

#fc2fbf Text Font Color

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

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


#fc2fbf Background Color

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

This div background color is #fc2fbf


#fc2fbf Border Color

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

This div border color is #fc2fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2fbf

Related Colors


Comments

No comments written yet.

Please login to write comment.