Color Hex Logo

#fb4cdc Color Hex

#FB4CDC
(251,76,220)
0 Favorites   0 Comments

Color spaces of #fb4cdc

RGB 25176220
HSL0.860.960.64
HSV311°70°98°
CMYK 0.000.700.12   0.02
XYZ55.286430.845470.7500
Yxy30.84540.35240.1966
Hunter Lab55.538680.4967-36.6518
CIE-Lab62.376979.5469-38.0957

#fb4cdc color RGB value is (251,76,220).

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

The process color (four color CMYK) of #fb4cdc color hex is 0.00, 0.70, 0.12, 0.02. Web safe color of #fb4cdc is #ff33cc. Color #fb4cdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001100 11011100
Octal 373 114 334
Decimal 251 76 220
Hex FB 4C DC

RGB Percentages of Color #fb4cdc

%45.89
%13.89
%40.22

CMYK Percentages of Color #fb4cdc

%0
%70
%12
%2

Triadic Colors of #fb4cdc

#fb4cdc #dcfb4c #4cdcfb

Analogous Colors of #fb4cdc

#fb4cdc #fb4c85 #c34cfb

Monochromatic Colors of #fb4cdc

#fb4cdc

Complementary Color

#fb4cdc #4cfb6b

#fb4cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4cdc Color CSS Codes

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

#fb4cdc Text Font Color

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

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


#fb4cdc Background Color

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

This div background color is #fb4cdc


#fb4cdc Border Color

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

This div border color is #fb4cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4cdc


Comments

No comments written yet.

Please login to write comment.