Color Hex Logo

#f93477 Color Hex

#F93477
(249,52,119)
0 Favorites   0 Comments

Color spaces of #f93477

RGB 24952119
HSL0.940.940.59
HSV340°79°98°
CMYK 0.000.790.52   0.02
XYZ43.624723.927619.7720
Yxy23.92760.49960.2740
Hunter Lab48.915873.589210.2758
CIE-Lab56.015275.276210.9085

#f93477 color RGB value is (249,52,119).

#f93477 hex color red value is 249, green value is 52 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #f93477 hue: 0.94 , saturation: 0.94 and the lightness value of f93477 is 0.59.

The process color (four color CMYK) of #f93477 color hex is 0.00, 0.79, 0.52, 0.02. Web safe color of #f93477 is #ff3366. Color #f93477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110100 01110111
Octal 371 64 167
Decimal 249 52 119
Hex F9 34 77

RGB Percentages of Color #f93477

%59.29
%12.38
%28.33

CMYK Percentages of Color #f93477

%0
%79
%52
%2

Triadic Colors of #f93477

#f93477 #77f934 #3477f9

Analogous Colors of #f93477

#f93477 #f95434 #f934da

Monochromatic Colors of #f93477

#f93477

Complementary Color

#f93477 #34f9b6

#f93477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93477 Color CSS Codes

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

#f93477 Text Font Color

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

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


#f93477 Background Color

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

This div background color is #f93477


#f93477 Border Color

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

This div border color is #f93477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93477


Comments

No comments written yet.

Please login to write comment.