Color Hex Logo

#f352ac Color Hex

#F352AC
(243,82,172)
0 Favorites   0 Comments

Color spaces of #f352ac

RGB 24382172
HSL0.910.870.64
HSV326°66°95°
CMYK 0.000.660.29   0.05
XYZ47.425828.067841.9477
Yxy28.06780.40380.2390
Hunter Lab52.979167.0763-9.8592
CIE-Lab59.949969.2077-14.5796

#f352ac color RGB value is (243,82,172).

#f352ac hex color red value is 243, green value is 82 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f352ac hue: 0.91 , saturation: 0.87 and the lightness value of f352ac is 0.64.

The process color (four color CMYK) of #f352ac color hex is 0.00, 0.66, 0.29, 0.05. Web safe color of #f352ac is #ff6699. Color #f352ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010010 10101100
Octal 363 122 254
Decimal 243 82 172
Hex F3 52 AC

RGB Percentages of Color #f352ac

%48.89
%16.50
%34.61

CMYK Percentages of Color #f352ac

%0
%66
%29
%5

Triadic Colors of #f352ac

#f352ac #acf352 #52acf3

Analogous Colors of #f352ac

#f352ac #f3525c #ea52f3

Monochromatic Colors of #f352ac

#f352ac

Complementary Color

#f352ac #52f399

#f352ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f352ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f352ac Color CSS Codes

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

#f352ac Text Font Color

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

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


#f352ac Background Color

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

This div background color is #f352ac


#f352ac Border Color

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

This div border color is #f352ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f352ac


Comments

No comments written yet.

Please login to write comment.