Color Hex Logo

#f605ac Color Hex

#F605AC
(246,5,172)
0 Favorites   0 Comments

Color spaces of #f605ac

RGB 2465172
HSL0.880.960.49
HSV318°98°96°
CMYK 0.000.980.30   0.04
XYZ45.506722.679941.0089
Yxy22.67990.41670.2077
Hunter Lab47.623487.2252-17.7187
CIE-Lab54.741186.2366-22.4666

#f605ac color RGB value is (246,5,172).

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

The process color (four color CMYK) of #f605ac color hex is 0.00, 0.98, 0.30, 0.04. Web safe color of #f605ac is #ff0099. Color #f605ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000101 10101100
Octal 366 5 254
Decimal 246 5 172
Hex F6 5 AC

RGB Percentages of Color #f605ac

%58.16
%1.18
%40.66

CMYK Percentages of Color #f605ac

%0
%98
%30
%4

Triadic Colors of #f605ac

#f605ac #acf605 #05acf6

Analogous Colors of #f605ac

#f605ac #f60534 #c805f6

Monochromatic Colors of #f605ac

#f605ac

Complementary Color

#f605ac #05f64f

#f605ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f605ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f605ac Color CSS Codes

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

#f605ac Text Font Color

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

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


#f605ac Background Color

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

This div background color is #f605ac


#f605ac Border Color

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

This div border color is #f605ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f605ac


Comments

No comments written yet.

Please login to write comment.