Color Hex Logo

#ff72fb Color Hex

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

Color spaces of #ff72fb

RGB 255114251
HSL0.841.000.72
HSV302°55°100°
CMYK 0.000.550.02   0.00
XYZ64.669940.259795.6292
Yxy40.25970.32240.2007
Hunter Lab63.450570.8919-44.9433
CIE-Lab69.654170.5703-43.8520

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

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

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

Base Numbers

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

RGB Percentages of Color #ff72fb

%41.13
%18.39
%40.48

CMYK Percentages of Color #ff72fb

%0
%55
%2
%0

Triadic Colors of #ff72fb

#ff72fb #fbff72 #72fbff

Analogous Colors of #ff72fb

#ff72fb #ff72b5 #bd72ff

Monochromatic Colors of #ff72fb

#ff72fb

Complementary Color

#ff72fb #72ff76

#ff72fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff72fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff72fb Color CSS Codes

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

#ff72fb Text Font Color

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

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


#ff72fb Background Color

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

This div background color is #ff72fb


#ff72fb Border Color

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

This div border color is #ff72fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff72fb

Related Colors


Comments

No comments written yet.

Please login to write comment.