Color Hex Logo

#f35cac Color Hex

#F35CAC
(243,92,172)
0 Favorites   0 Comments

Color spaces of #f35cac

RGB 24392172
HSL0.910.860.66
HSV328°62°95°
CMYK 0.000.620.29   0.05
XYZ48.235729.687542.2177
Yxy29.68750.40150.2471
Hunter Lab54.486262.6720-7.7994
CIE-Lab61.383665.2727-12.4193

#f35cac color RGB value is (243,92,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01011100 10101100
Octal 363 134 254
Decimal 243 92 172
Hex F3 5C AC

RGB Percentages of Color #f35cac

%47.93
%18.15
%33.93

CMYK Percentages of Color #f35cac

%0
%62
%29
%5

Triadic Colors of #f35cac

#f35cac #acf35c #5cacf3

Analogous Colors of #f35cac

#f35cac #f35c60 #ef5cf3

Monochromatic Colors of #f35cac

#f35cac

Complementary Color

#f35cac #5cf3a3

#f35cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f35cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f35cac Color CSS Codes

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

#f35cac Text Font Color

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

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


#f35cac Background Color

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

This div background color is #f35cac


#f35cac Border Color

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

This div border color is #f35cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f35cac


Comments

No comments written yet.

Please login to write comment.