Color Hex Logo

#fc3dcb Color Hex

#FC3DCB
(252,61,203)
0 Favorites   0 Comments

Color spaces of #fc3dcb

RGB 25261203
HSL0.880.970.61
HSV315°76°99°
CMYK 0.000.760.19   0.01
XYZ52.593128.344759.1990
Yxy28.34470.37530.2023
Hunter Lab53.239783.1624-28.6587
CIE-Lab60.198982.0442-31.8582

#fc3dcb color RGB value is (252,61,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111101 11001011
Octal 374 75 313
Decimal 252 61 203
Hex FC 3D CB

RGB Percentages of Color #fc3dcb

%48.84
%11.82
%39.34

CMYK Percentages of Color #fc3dcb

%0
%76
%19
%1

Triadic Colors of #fc3dcb

#fc3dcb #cbfc3d #3dcbfc

Analogous Colors of #fc3dcb

#fc3dcb #fc3d6c #ce3dfc

Monochromatic Colors of #fc3dcb

#fc3dcb

Complementary Color

#fc3dcb #3dfc6e

#fc3dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3dcb Color CSS Codes

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

#fc3dcb Text Font Color

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

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


#fc3dcb Background Color

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

This div background color is #fc3dcb


#fc3dcb Border Color

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

This div border color is #fc3dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3dcb


Comments

No comments written yet.

Please login to write comment.