Color Hex Logo

#fb4cdf Color Hex

#FB4CDF
(251,76,223)
0 Favorites   0 Comments

Color spaces of #fb4cdf

RGB 25176223
HSL0.860.960.64
HSV310°70°98°
CMYK 0.000.700.11   0.02
XYZ55.687431.005872.8617
Yxy31.00580.34900.1943
Hunter Lab55.682981.0696-38.6037
CIE-Lab62.512579.9690-39.5684

#fb4cdf color RGB value is (251,76,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001100 11011111
Octal 373 114 337
Decimal 251 76 223
Hex FB 4C DF

RGB Percentages of Color #fb4cdf

%45.64
%13.82
%40.55

CMYK Percentages of Color #fb4cdf

%0
%70
%11
%2

Triadic Colors of #fb4cdf

#fb4cdf #dffb4c #4cdffb

Analogous Colors of #fb4cdf

#fb4cdf #fb4c88 #c04cfb

Monochromatic Colors of #fb4cdf

#fb4cdf

Complementary Color

#fb4cdf #4cfb68

#fb4cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4cdf Color CSS Codes

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

#fb4cdf Text Font Color

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

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


#fb4cdf Background Color

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

This div background color is #fb4cdf


#fb4cdf Border Color

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

This div border color is #fb4cdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,76,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4cdf

Related Colors


Comments

No comments written yet.

Please login to write comment.