Color Hex Logo

#f93dad Color Hex

#F93DAD
(249,61,173)
0 Favorites   0 Comments

Color spaces of #f93dad

RGB 24961173
HSL0.900.940.61
HSV324°76°98°
CMYK 0.000.760.31   0.02
XYZ48.278526.494442.1045
Yxy26.49440.41310.2267
Hunter Lab51.472777.3457-12.4681
CIE-Lab58.503477.8055-17.2548

#f93dad color RGB value is (249,61,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111101 10101101
Octal 371 75 255
Decimal 249 61 173
Hex F9 3D AD

RGB Percentages of Color #f93dad

%51.55
%12.63
%35.82

CMYK Percentages of Color #f93dad

%0
%76
%31
%2

Triadic Colors of #f93dad

#f93dad #adf93d #3dadf9

Analogous Colors of #f93dad

#f93dad #f93d4f #e73df9

Monochromatic Colors of #f93dad

#f93dad

Complementary Color

#f93dad #3df989

#f93dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93dad Color CSS Codes

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

#f93dad Text Font Color

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

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


#f93dad Background Color

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

This div background color is #f93dad


#f93dad Border Color

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

This div border color is #f93dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,61,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f93dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93dad


Comments

No comments written yet.

Please login to write comment.