Color Hex Logo

#fb72ff Color Hex

#FB72FF
(251,114,255)
0 Favorites   0 Comments

Color spaces of #fb72ff

RGB 251114255
HSL0.831.000.72
HSV298°55°100°
CMYK 0.020.550.00   0.00
XYZ63.851039.763998.9176
Yxy39.76390.31530.1963
Hunter Lab63.058670.3904-48.8649
CIE-Lab69.301070.2280-46.6314

#fb72ff color RGB value is (251,114,255).

#fb72ff hex color red value is 251, green value is 114 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fb72ff hue: 0.83 , saturation: 1.00 and the lightness value of fb72ff is 0.72.

The process color (four color CMYK) of #fb72ff color hex is 0.02, 0.55, 0.00, 0.00. Web safe color of #fb72ff is #ff66ff. Color #fb72ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110010 11111111
Octal 373 162 377
Decimal 251 114 255
Hex FB 72 FF

RGB Percentages of Color #fb72ff

%40.48
%18.39
%41.13

CMYK Percentages of Color #fb72ff

%2
%55
%0
%0

Triadic Colors of #fb72ff

#fb72ff #fffb72 #72fffb

Analogous Colors of #fb72ff

#fb72ff #ff72bd #b572ff

Monochromatic Colors of #fb72ff

#fb72ff

Complementary Color

#fb72ff #76ff72

#fb72ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb72ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb72ff Color CSS Codes

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

#fb72ff Text Font Color

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

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


#fb72ff Background Color

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

This div background color is #fb72ff


#fb72ff Border Color

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

This div border color is #fb72ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb72ff

Related Colors


Comments

No comments written yet.

Please login to write comment.