Color Hex Logo

#f372fb Color Hex

#F372FB
(243,114,251)
0 Favorites   0 Comments

Color spaces of #f372fb

RGB 243114251
HSL0.820.940.72
HSV296°55°98°
CMYK 0.030.550.00   0.02
XYZ60.392038.054395.4290
Yxy38.05430.31150.1963
Hunter Lab61.688266.7951-48.5374
CIE-Lab68.060667.5198-46.4656

#f372fb color RGB value is (243,114,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110010 11111011
Octal 363 162 373
Decimal 243 114 251
Hex F3 72 FB

RGB Percentages of Color #f372fb

%39.97
%18.75
%41.28

CMYK Percentages of Color #f372fb

%3
%55
%0
%2

Triadic Colors of #f372fb

#f372fb #fbf372 #72fbf3

Analogous Colors of #f372fb

#f372fb #fb72bf #af72fb

Monochromatic Colors of #f372fb

#f372fb

Complementary Color

#f372fb #7afb72

#f372fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f372fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f372fb Color CSS Codes

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

#f372fb Text Font Color

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

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


#f372fb Background Color

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

This div background color is #f372fb


#f372fb Border Color

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

This div border color is #f372fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f372fb

Related Colors


Comments

No comments written yet.

Please login to write comment.