Color Hex Logo

#f227ac Color Hex

#F227AC
(242,39,172)
0 Favorites   0 Comments

Color spaces of #f227ac

RGB 24239172
HSL0.890.890.55
HSV321°84°95°
CMYK 0.000.840.29   0.05
XYZ44.789923.306841.1677
Yxy23.30680.40990.2133
Hunter Lab48.277181.1214-16.7648
CIE-Lab55.387081.3880-21.5392

#f227ac color RGB value is (242,39,172).

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

The process color (four color CMYK) of #f227ac color hex is 0.00, 0.84, 0.29, 0.05. Web safe color of #f227ac is #ff3399. Color #f227ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00100111 10101100
Octal 362 47 254
Decimal 242 39 172
Hex F2 27 AC

RGB Percentages of Color #f227ac

%53.42
%8.61
%37.97

CMYK Percentages of Color #f227ac

%0
%84
%29
%5

Triadic Colors of #f227ac

#f227ac #acf227 #27acf2

Analogous Colors of #f227ac

#f227ac #f22747 #d327f2

Monochromatic Colors of #f227ac

#f227ac

Complementary Color

#f227ac #27f26d

#f227ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f227ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f227ac Color CSS Codes

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

#f227ac Text Font Color

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

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


#f227ac Background Color

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

This div background color is #f227ac


#f227ac Border Color

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

This div border color is #f227ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f227ac


Comments

No comments written yet.

Please login to write comment.