Color Hex Logo

#f372fd Color Hex

#F372FD
(243,114,253)
0 Favorites   0 Comments

Color spaces of #f372fd

RGB 243114253
HSL0.820.970.72
HSV296°55°99°
CMYK 0.040.550.00   0.01
XYZ60.709138.181297.0985
Yxy38.18120.30980.1948
Hunter Lab61.790967.2407-49.9149
CIE-Lab68.154067.8685-47.4144

#f372fd color RGB value is (243,114,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110010 11111101
Octal 363 162 375
Decimal 243 114 253
Hex F3 72 FD

RGB Percentages of Color #f372fd

%39.84
%18.69
%41.48

CMYK Percentages of Color #f372fd

%4
%55
%0
%1

Triadic Colors of #f372fd

#f372fd #fdf372 #72fdf3

Analogous Colors of #f372fd

#f372fd #fd72c2 #ae72fd

Monochromatic Colors of #f372fd

#f372fd

Complementary Color

#f372fd #7cfd72

#f372fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f372fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f372fd Color CSS Codes

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

#f372fd Text Font Color

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

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


#f372fd Background Color

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

This div background color is #f372fd


#f372fd Border Color

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

This div border color is #f372fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f372fd


Comments

No comments written yet.

Please login to write comment.