Color Hex Logo

#fb65fe Color Hex

#FB65FE
(251,101,254)
0 Favorites   0 Comments

Color spaces of #fb65fe

RGB 251101254
HSL0.830.990.70
HSV299°60°100°
CMYK 0.010.600.00   0.00
XYZ62.326736.972397.6173
Yxy36.97230.31650.1878
Hunter Lab60.804976.5591-52.6219
CIE-Lab67.256275.5290-49.3044

#fb65fe color RGB value is (251,101,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100101 11111110
Octal 373 145 376
Decimal 251 101 254
Hex FB 65 FE

RGB Percentages of Color #fb65fe

%41.42
%16.67
%41.91

CMYK Percentages of Color #fb65fe

%1
%60
%0
%0

Triadic Colors of #fb65fe

#fb65fe #fefb65 #65fefb

Analogous Colors of #fb65fe

#fb65fe #fe65b5 #af65fe

Monochromatic Colors of #fb65fe

#fb65fe

Complementary Color

#fb65fe #68fe65

#fb65fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb65fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb65fe Color CSS Codes

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

#fb65fe Text Font Color

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

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


#fb65fe Background Color

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

This div background color is #fb65fe


#fb65fe Border Color

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

This div border color is #fb65fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,101,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 #fb65fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb65fe

Related Colors


Comments

No comments written yet.

Please login to write comment.