Color Hex Logo

#f35fac Color Hex

#F35FAC
(243,95,172)
0 Favorites   0 Comments

Color spaces of #f35fac

RGB 24395172
HSL0.910.860.66
HSV329°61°95°
CMYK 0.000.610.29   0.05
XYZ48.500830.217742.3060
Yxy30.21770.40080.2497
Hunter Lab54.970661.2926-7.1508
CIE-Lab61.841664.0280-11.7313

#f35fac color RGB value is (243,95,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01011111 10101100
Octal 363 137 254
Decimal 243 95 172
Hex F3 5F AC

RGB Percentages of Color #f35fac

%47.65
%18.63
%33.73

CMYK Percentages of Color #f35fac

%0
%61
%29
%5

Triadic Colors of #f35fac

#f35fac #acf35f #5facf3

Analogous Colors of #f35fac

#f35fac #f35f62 #f05ff3

Monochromatic Colors of #f35fac

#f35fac

Complementary Color

#f35fac #5ff3a6

#f35fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f35fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f35fac Color CSS Codes

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

#f35fac Text Font Color

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

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


#f35fac Background Color

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

This div background color is #f35fac


#f35fac Border Color

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

This div border color is #f35fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f35fac


Comments

No comments written yet.

Please login to write comment.