Color Hex Logo

#f93dac Color Hex

#F93DAC
(249,61,172)
0 Favorites   0 Comments

Color spaces of #f93dac

RGB 24961172
HSL0.900.940.61
HSV325°76°98°
CMYK 0.000.760.31   0.02
XYZ48.182126.455841.5967
Yxy26.45580.41450.2276
Hunter Lab51.435277.1989-11.9444
CIE-Lab58.467277.6958-16.7291

#f93dac color RGB value is (249,61,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111101 10101100
Octal 371 75 254
Decimal 249 61 172
Hex F9 3D AC

RGB Percentages of Color #f93dac

%51.66
%12.66
%35.68

CMYK Percentages of Color #f93dac

%0
%76
%31
%2

Triadic Colors of #f93dac

#f93dac #acf93d #3dacf9

Analogous Colors of #f93dac

#f93dac #f93d4e #e83df9

Monochromatic Colors of #f93dac

#f93dac

Complementary Color

#f93dac #3df98a

#f93dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93dac Color CSS Codes

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

#f93dac Text Font Color

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

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


#f93dac Background Color

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

This div background color is #f93dac


#f93dac Border Color

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

This div border color is #f93dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93dac

Related Colors


Comments

No comments written yet.

Please login to write comment.