Color Hex Logo

#f372fe Color Hex

#F372FE
(243,114,254)
0 Favorites   0 Comments

Color spaces of #f372fe

RGB 243114254
HSL0.820.990.72
HSV295°55°100°
CMYK 0.040.550.00   0.00
XYZ60.868938.245197.9398
Yxy38.24510.30890.1941
Hunter Lab61.842667.4649-50.6074
CIE-Lab68.200968.0438-47.8879

#f372fe color RGB value is (243,114,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110010 11111110
Octal 363 162 376
Decimal 243 114 254
Hex F3 72 FE

RGB Percentages of Color #f372fe

%39.77
%18.66
%41.57

CMYK Percentages of Color #f372fe

%4
%55
%0
%0

Triadic Colors of #f372fe

#f372fe #fef372 #72fef3

Analogous Colors of #f372fe

#f372fe #fe72c3 #ad72fe

Monochromatic Colors of #f372fe

#f372fe

Complementary Color

#f372fe #7dfe72

#f372fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f372fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f372fe Color CSS Codes

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

#f372fe Text Font Color

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

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


#f372fe Background Color

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

This div background color is #f372fe


#f372fe Border Color

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

This div border color is #f372fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f372fe


Comments

No comments written yet.

Please login to write comment.