Color Hex Logo

#fc3dbf Color Hex

#FC3DBF
(252,61,191)
0 Favorites   0 Comments

Color spaces of #fc3dbf

RGB 25261191
HSL0.890.970.61
HSV319°76°99°
CMYK 0.000.760.24   0.01
XYZ51.217627.794551.9556
Yxy27.79450.39110.2122
Hunter Lab52.720581.1507-21.5255
CIE-Lab59.702680.5730-25.7645

#fc3dbf color RGB value is (252,61,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111101 10111111
Octal 374 75 277
Decimal 252 61 191
Hex FC 3D BF

RGB Percentages of Color #fc3dbf

%50.00
%12.10
%37.90

CMYK Percentages of Color #fc3dbf

%0
%76
%24
%1

Triadic Colors of #fc3dbf

#fc3dbf #bffc3d #3dbffc

Analogous Colors of #fc3dbf

#fc3dbf #fc3d5f #da3dfc

Monochromatic Colors of #fc3dbf

#fc3dbf

Complementary Color

#fc3dbf #3dfc7a

#fc3dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3dbf Color CSS Codes

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

#fc3dbf Text Font Color

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

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


#fc3dbf Background Color

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

This div background color is #fc3dbf


#fc3dbf Border Color

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

This div border color is #fc3dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3dbf

Related Colors


Comments

No comments written yet.

Please login to write comment.