Color Hex Logo

#fb4cde Color Hex

#FB4CDE
(251,76,222)
0 Favorites   0 Comments

Color spaces of #fb4cde

RGB 25176222
HSL0.860.960.64
HSV310°70°98°
CMYK 0.000.700.12   0.02
XYZ55.552930.952072.1536
Yxy30.95200.35010.1951
Hunter Lab55.634580.8777-37.9503
CIE-Lab62.467179.8277-39.0782

#fb4cde color RGB value is (251,76,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001100 11011110
Octal 373 114 336
Decimal 251 76 222
Hex FB 4C DE

RGB Percentages of Color #fb4cde

%45.72
%13.84
%40.44

CMYK Percentages of Color #fb4cde

%0
%70
%12
%2

Triadic Colors of #fb4cde

#fb4cde #defb4c #4cdefb

Analogous Colors of #fb4cde

#fb4cde #fb4c87 #c14cfb

Monochromatic Colors of #fb4cde

#fb4cde

Complementary Color

#fb4cde #4cfb69

#fb4cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4cde Color CSS Codes

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

#fb4cde Text Font Color

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

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


#fb4cde Background Color

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

This div background color is #fb4cde


#fb4cde Border Color

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

This div border color is #fb4cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4cde


Comments

No comments written yet.

Please login to write comment.