Color Hex Logo

#f625ac Color Hex

#F625AC
(246,37,172)
0 Favorites   0 Comments

Color spaces of #f625ac

RGB 24637172
HSL0.890.920.55
HSV321°85°96°
CMYK 0.000.850.30   0.04
XYZ46.114023.894541.2114
Yxy23.89450.41460.2148
Hunter Lab48.882082.8487-15.7688
CIE-Lab55.982082.6201-20.5644

#f625ac color RGB value is (246,37,172).

#f625ac hex color red value is 246, green value is 37 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f625ac hue: 0.89 , saturation: 0.92 and the lightness value of f625ac is 0.55.

The process color (four color CMYK) of #f625ac color hex is 0.00, 0.85, 0.30, 0.04. Web safe color of #f625ac is #ff3399. Color #f625ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100101 10101100
Octal 366 45 254
Decimal 246 37 172
Hex F6 25 AC

RGB Percentages of Color #f625ac

%54.07
%8.13
%37.80

CMYK Percentages of Color #f625ac

%0
%85
%30
%4

Triadic Colors of #f625ac

#f625ac #acf625 #25acf6

Analogous Colors of #f625ac

#f625ac #f62543 #d825f6

Monochromatic Colors of #f625ac

#f625ac

Complementary Color

#f625ac #25f66f

#f625ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f625ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f625ac Color CSS Codes

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

#f625ac Text Font Color

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

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


#f625ac Background Color

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

This div background color is #f625ac


#f625ac Border Color

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

This div border color is #f625ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f625ac


Comments

No comments written yet.

Please login to write comment.