Color Hex Logo

#f023ac Color Hex

#F023AC
(240,35,172)
0 Favorites   0 Comments

Color spaces of #f023ac

RGB 24035172
HSL0.890.870.54
HSV320°85°94°
CMYK 0.000.850.28   0.06
XYZ43.982622.705941.0943
Yxy22.70590.40810.2107
Hunter Lab47.650781.3705-17.7766
CIE-Lab54.768181.7036-22.5202

#f023ac color RGB value is (240,35,172).

#f023ac hex color red value is 240, green value is 35 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f023ac hue: 0.89 , saturation: 0.87 and the lightness value of f023ac is 0.54.

The process color (four color CMYK) of #f023ac color hex is 0.00, 0.85, 0.28, 0.06. Web safe color of #f023ac is #ff3399. Color #f023ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100011 10101100
Octal 360 43 254
Decimal 240 35 172
Hex F0 23 AC

RGB Percentages of Color #f023ac

%53.69
%7.83
%38.48

CMYK Percentages of Color #f023ac

%0
%85
%28
%6

Triadic Colors of #f023ac

#f023ac #acf023 #23acf0

Analogous Colors of #f023ac

#f023ac #f02345 #ce23f0

Monochromatic Colors of #f023ac

#f023ac

Complementary Color

#f023ac #23f067

#f023ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f023ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f023ac Color CSS Codes

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

#f023ac Text Font Color

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

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


#f023ac Background Color

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

This div background color is #f023ac


#f023ac Border Color

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

This div border color is #f023ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f023ac


Comments

No comments written yet.

Please login to write comment.