Color Hex Logo

#f368ac Color Hex

#F368AC
(243,104,172)
0 Favorites   0 Comments

Color spaces of #f368ac

RGB 243104172
HSL0.920.850.68
HSV331°57°95°
CMYK 0.000.570.29   0.05
XYZ49.358931.933942.5921
Yxy31.93390.39840.2578
Hunter Lab56.510157.0187-5.1303
CIE-Lab63.288260.1352-9.5654

#f368ac color RGB value is (243,104,172).

#f368ac hex color red value is 243, green value is 104 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f368ac hue: 0.92 , saturation: 0.85 and the lightness value of f368ac is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01101000 10101100
Octal 363 150 254
Decimal 243 104 172
Hex F3 68 AC

RGB Percentages of Color #f368ac

%46.82
%20.04
%33.14

CMYK Percentages of Color #f368ac

%0
%57
%29
%5

Triadic Colors of #f368ac

#f368ac #acf368 #68acf3

Analogous Colors of #f368ac

#f368ac #f36a68 #f368f2

Monochromatic Colors of #f368ac

#f368ac

Complementary Color

#f368ac #68f3af

#f368ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f368ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f368ac Color CSS Codes

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

#f368ac Text Font Color

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

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


#f368ac Background Color

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

This div background color is #f368ac


#f368ac Border Color

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

This div border color is #f368ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f368ac


Comments

No comments written yet.

Please login to write comment.