Color Hex Logo

#fb1fd4 Color Hex

#FB1FD4
(251,31,212)
0 Favorites   0 Comments

Color spaces of #fb1fd4

RGB 25131212
HSL0.860.960.55
HSV311°88°98°
CMYK 0.000.880.16   0.02
XYZ52.157326.242764.6037
Yxy26.24270.36470.1835
Hunter Lab51.227692.0910-38.9119
CIE-Lab58.266789.2356-40.0132

#fb1fd4 color RGB value is (251,31,212).

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

The process color (four color CMYK) of #fb1fd4 color hex is 0.00, 0.88, 0.16, 0.02. Web safe color of #fb1fd4 is #ff33cc. Color #fb1fd4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011111 11010100
Octal 373 37 324
Decimal 251 31 212
Hex FB 1F D4

RGB Percentages of Color #fb1fd4

%50.81
%6.28
%42.91

CMYK Percentages of Color #fb1fd4

%0
%88
%16
%2

Triadic Colors of #fb1fd4

#fb1fd4 #d4fb1f #1fd4fb

Analogous Colors of #fb1fd4

#fb1fd4 #fb1f66 #b41ffb

Monochromatic Colors of #fb1fd4

#fb1fd4

Complementary Color

#fb1fd4 #1ffb46

#fb1fd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1fd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1fd4 Color CSS Codes

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

#fb1fd4 Text Font Color

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

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


#fb1fd4 Background Color

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

This div background color is #fb1fd4


#fb1fd4 Border Color

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

This div border color is #fb1fd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1fd4


Comments

No comments written yet.

Please login to write comment.