Color Hex Logo

#f938ac Color Hex

#F938AC
(249,56,172)
0 Favorites   0 Comments

Color spaces of #f938ac

RGB 24956172
HSL0.900.940.60
HSV324°78°98°
CMYK 0.000.780.31   0.02
XYZ47.927525.946641.5119
Yxy25.94660.41540.2249
Hunter Lab50.937878.8099-12.6621
CIE-Lab57.986379.0651-17.4595

#f938ac color RGB value is (249,56,172).

#f938ac hex color red value is 249, green value is 56 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f938ac hue: 0.90 , saturation: 0.94 and the lightness value of f938ac is 0.60.

The process color (four color CMYK) of #f938ac color hex is 0.00, 0.78, 0.31, 0.02. Web safe color of #f938ac is #ff3399. Color #f938ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111000 10101100
Octal 371 70 254
Decimal 249 56 172
Hex F9 38 AC

RGB Percentages of Color #f938ac

%52.20
%11.74
%36.06

CMYK Percentages of Color #f938ac

%0
%78
%31
%2

Triadic Colors of #f938ac

#f938ac #acf938 #38acf9

Analogous Colors of #f938ac

#f938ac #f9384b #e638f9

Monochromatic Colors of #f938ac

#f938ac

Complementary Color

#f938ac #38f985

#f938ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f938ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f938ac Color CSS Codes

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

#f938ac Text Font Color

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

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


#f938ac Background Color

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

This div background color is #f938ac


#f938ac Border Color

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

This div border color is #f938ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f938ac


Comments

No comments written yet.

Please login to write comment.