Color Hex Logo

#f340ac Color Hex

#F340AC
(243,64,172)
0 Favorites   0 Comments

Color spaces of #f340ac

RGB 24364172
HSL0.900.880.60
HSV324°74°95°
CMYK 0.000.740.29   0.05
XYZ46.241925.700041.5531
Yxy25.70000.40740.2264
Hunter Lab50.695274.1033-13.1114
CIE-Lab57.751275.3573-17.9128

#f340ac color RGB value is (243,64,172).

#f340ac hex color red value is 243, green value is 64 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f340ac hue: 0.90 , saturation: 0.88 and the lightness value of f340ac is 0.60.

The process color (four color CMYK) of #f340ac color hex is 0.00, 0.74, 0.29, 0.05. Web safe color of #f340ac is #ff3399. Color #f340ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01000000 10101100
Octal 363 100 254
Decimal 243 64 172
Hex F3 40 AC

RGB Percentages of Color #f340ac

%50.73
%13.36
%35.91

CMYK Percentages of Color #f340ac

%0
%74
%29
%5

Triadic Colors of #f340ac

#f340ac #acf340 #40acf3

Analogous Colors of #f340ac

#f340ac #f34053 #e140f3

Monochromatic Colors of #f340ac

#f340ac

Complementary Color

#f340ac #40f387

#f340ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f340ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f340ac Color CSS Codes

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

#f340ac Text Font Color

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

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


#f340ac Background Color

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

This div background color is #f340ac


#f340ac Border Color

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

This div border color is #f340ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f340ac


Comments

No comments written yet.

Please login to write comment.