Color Hex Logo

#fc4bdc Color Hex

#FC4BDC
(252,75,220)
0 Favorites   0 Comments

Color spaces of #fc4bdc

RGB 25275220
HSL0.860.970.64
HSV311°70°99°
CMYK 0.000.700.13   0.01
XYZ55.579230.894970.7441
Yxy30.89490.35350.1965
Hunter Lab55.583281.2166-36.5538
CIE-Lab62.418880.1018-38.0186

#fc4bdc color RGB value is (252,75,220).

#fc4bdc hex color red value is 252, green value is 75 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fc4bdc hue: 0.86 , saturation: 0.97 and the lightness value of fc4bdc is 0.64.

The process color (four color CMYK) of #fc4bdc color hex is 0.00, 0.70, 0.13, 0.01. Web safe color of #fc4bdc is #ff33cc. Color #fc4bdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001011 11011100
Octal 374 113 334
Decimal 252 75 220
Hex FC 4B DC

RGB Percentages of Color #fc4bdc

%46.07
%13.71
%40.22

CMYK Percentages of Color #fc4bdc

%0
%70
%13
%1

Triadic Colors of #fc4bdc

#fc4bdc #dcfc4b #4bdcfc

Analogous Colors of #fc4bdc

#fc4bdc #fc4b84 #c44bfc

Monochromatic Colors of #fc4bdc

#fc4bdc

Complementary Color

#fc4bdc #4bfc6b

#fc4bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4bdc Color CSS Codes

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

#fc4bdc Text Font Color

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

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


#fc4bdc Background Color

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

This div background color is #fc4bdc


#fc4bdc Border Color

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

This div border color is #fc4bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4bdc

Related Colors


Comments

No comments written yet.

Please login to write comment.