Color Hex Logo

#fb5cfe Color Hex

#FB5CFE
(251,92,254)
0 Favorites   0 Comments

Color spaces of #fb5cfe

RGB 25192254
HSL0.830.990.68
HSV299°64°100°
CMYK 0.010.640.00   0.00
XYZ61.500235.319397.3418
Yxy35.31930.31670.1819
Hunter Lab59.430080.7152-55.5114
CIE-Lab65.996579.0302-51.2948

#fb5cfe color RGB value is (251,92,254).

#fb5cfe hex color red value is 251, green value is 92 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fb5cfe hue: 0.83 , saturation: 0.99 and the lightness value of fb5cfe is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011100 11111110
Octal 373 134 376
Decimal 251 92 254
Hex FB 5C FE

RGB Percentages of Color #fb5cfe

%42.04
%15.41
%42.55

CMYK Percentages of Color #fb5cfe

%1
%64
%0
%0

Triadic Colors of #fb5cfe

#fb5cfe #fefb5c #5cfefb

Analogous Colors of #fb5cfe

#fb5cfe #fe5cb0 #aa5cfe

Monochromatic Colors of #fb5cfe

#fb5cfe

Complementary Color

#fb5cfe #5ffe5c

#fb5cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5cfe Color CSS Codes

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

#fb5cfe Text Font Color

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

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


#fb5cfe Background Color

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

This div background color is #fb5cfe


#fb5cfe Border Color

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

This div border color is #fb5cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.