Color Hex Logo

#f355ac Color Hex

#F355AC
(243,85,172)
0 Favorites   0 Comments

Color spaces of #f355ac

RGB 24385172
HSL0.910.870.64
HSV327°65°95°
CMYK 0.000.650.29   0.05
XYZ47.657028.530242.0248
Yxy28.53020.40310.2413
Hunter Lab53.413765.7882-9.2586
CIE-Lab60.364768.0631-13.9536

#f355ac color RGB value is (243,85,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010101 10101100
Octal 363 125 254
Decimal 243 85 172
Hex F3 55 AC

RGB Percentages of Color #f355ac

%48.60
%17.00
%34.40

CMYK Percentages of Color #f355ac

%0
%65
%29
%5

Triadic Colors of #f355ac

#f355ac #acf355 #55acf3

Analogous Colors of #f355ac

#f355ac #f3555d #eb55f3

Monochromatic Colors of #f355ac

#f355ac

Complementary Color

#f355ac #55f39c

#f355ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f355ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f355ac Color CSS Codes

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

#f355ac Text Font Color

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

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


#f355ac Background Color

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

This div background color is #f355ac


#f355ac Border Color

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

This div border color is #f355ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f355ac

Related Colors


Comments

No comments written yet.

Please login to write comment.