Color Hex Logo

#f308ac Color Hex

#F308AC
(243,8,172)
0 Favorites   0 Comments

Color spaces of #f308ac

RGB 2438172
HSL0.880.940.49
HSV318°97°95°
CMYK 0.000.970.29   0.05
XYZ44.495422.206940.9709
Yxy22.20690.41320.2062
Hunter Lab47.124286.0751-18.5612
CIE-Lab54.245885.4520-23.2758

#f308ac color RGB value is (243,8,172).

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

The process color (four color CMYK) of #f308ac color hex is 0.00, 0.97, 0.29, 0.05. Web safe color of #f308ac is #ff0099. Color #f308ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001000 10101100
Octal 363 10 254
Decimal 243 8 172
Hex F3 8 AC

RGB Percentages of Color #f308ac

%57.45
%1.89
%40.66

CMYK Percentages of Color #f308ac

%0
%97
%29
%5

Triadic Colors of #f308ac

#f308ac #acf308 #08acf3

Analogous Colors of #f308ac

#f308ac #f30836 #c508f3

Monochromatic Colors of #f308ac

#f308ac

Complementary Color

#f308ac #08f34f

#f308ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f308ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f308ac Color CSS Codes

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

#f308ac Text Font Color

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

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


#f308ac Background Color

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

This div background color is #f308ac


#f308ac Border Color

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

This div border color is #f308ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f308ac


Comments

No comments written yet.

Please login to write comment.