Color Hex Logo

#fc3cbf Color Hex

#FC3CBF
(252,60,191)
0 Favorites   0 Comments

Color spaces of #fc3cbf

RGB 25260191
HSL0.890.970.61
HSV319°76°99°
CMYK 0.000.760.24   0.01
XYZ51.164727.688851.9380
Yxy27.68880.39120.2117
Hunter Lab52.620181.4775-21.6873
CIE-Lab59.606580.8470-25.9125

#fc3cbf color RGB value is (252,60,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111100 10111111
Octal 374 74 277
Decimal 252 60 191
Hex FC 3C BF

RGB Percentages of Color #fc3cbf

%50.10
%11.93
%37.97

CMYK Percentages of Color #fc3cbf

%0
%76
%24
%1

Triadic Colors of #fc3cbf

#fc3cbf #bffc3c #3cbffc

Analogous Colors of #fc3cbf

#fc3cbf #fc3c5f #d93cfc

Monochromatic Colors of #fc3cbf

#fc3cbf

Complementary Color

#fc3cbf #3cfc79

#fc3cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3cbf Color CSS Codes

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

#fc3cbf Text Font Color

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

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


#fc3cbf Background Color

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

This div background color is #fc3cbf


#fc3cbf Border Color

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

This div border color is #fc3cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3cbf

Related Colors


Comments

No comments written yet.

Please login to write comment.