Color Hex Logo

#fb5bfd Color Hex

#FB5BFD
(251,91,253)
0 Favorites   0 Comments

Color spaces of #fb5bfd

RGB 25191253
HSL0.830.980.67
HSV299°64°99°
CMYK 0.010.640.00   0.01
XYZ61.254435.083296.4718
Yxy35.08320.31770.1820
Hunter Lab59.231180.9432-55.1060
CIE-Lab65.813479.2426-51.0348

#fb5bfd color RGB value is (251,91,253).

#fb5bfd hex color red value is 251, green value is 91 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fb5bfd hue: 0.83 , saturation: 0.98 and the lightness value of fb5bfd is 0.67.

The process color (four color CMYK) of #fb5bfd color hex is 0.01, 0.64, 0.00, 0.01. Web safe color of #fb5bfd is #ff66ff. Color #fb5bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011011 11111101
Octal 373 133 375
Decimal 251 91 253
Hex FB 5B FD

RGB Percentages of Color #fb5bfd

%42.18
%15.29
%42.52

CMYK Percentages of Color #fb5bfd

%1
%64
%0
%1

Triadic Colors of #fb5bfd

#fb5bfd #fdfb5b #5bfdfb

Analogous Colors of #fb5bfd

#fb5bfd #fd5bae #aa5bfd

Monochromatic Colors of #fb5bfd

#fb5bfd

Complementary Color

#fb5bfd #5dfd5b

#fb5bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5bfd Color CSS Codes

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

#fb5bfd Text Font Color

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

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


#fb5bfd Background Color

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

This div background color is #fb5bfd


#fb5bfd Border Color

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

This div border color is #fb5bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.