Color Hex Logo

#f272fb Color Hex

#F272FB
(242,114,251)
0 Favorites   0 Comments

Color spaces of #f272fb

RGB 242114251
HSL0.820.940.72
HSV296°55°98°
CMYK 0.040.550.00   0.02
XYZ60.047837.876995.4129
Yxy37.87690.31060.1959
Hunter Lab61.544266.4575-48.8372
CIE-Lab67.929867.2655-46.6804

#f272fb color RGB value is (242,114,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110010 11111011
Octal 362 162 373
Decimal 242 114 251
Hex F2 72 FB

RGB Percentages of Color #f272fb

%39.87
%18.78
%41.35

CMYK Percentages of Color #f272fb

%4
%55
%0
%2

Triadic Colors of #f272fb

#f272fb #fbf272 #72fbf2

Analogous Colors of #f272fb

#f272fb #fb72c0 #ae72fb

Monochromatic Colors of #f272fb

#f272fb

Complementary Color

#f272fb #7bfb72

#f272fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f272fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f272fb Color CSS Codes

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

#f272fb Text Font Color

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

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


#f272fb Background Color

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

This div background color is #f272fb


#f272fb Border Color

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

This div border color is #f272fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f272fb


Comments

No comments written yet.

Please login to write comment.