Color Hex Logo

#f90557 Color Hex

#F90557
(249,5,87)
0 Favorites   0 Comments

Color spaces of #f90557

RGB 249587
HSL0.940.960.50
HSV340°98°98°
CMYK 0.000.980.65   0.02
XYZ40.841520.936410.9054
Yxy20.93640.56190.2880
Hunter Lab45.756379.253317.8984
CIE-Lab52.879880.408025.8780

#f90557 color RGB value is (249,5,87).

#f90557 hex color red value is 249, green value is 5 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #f90557 hue: 0.94 , saturation: 0.96 and the lightness value of f90557 is 0.50.

The process color (four color CMYK) of #f90557 color hex is 0.00, 0.98, 0.65, 0.02. Web safe color of #f90557 is #ff0066. Color #f90557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000101 01010111
Octal 371 5 127
Decimal 249 5 87
Hex F9 5 57

RGB Percentages of Color #f90557

%73.02
%1.47
%25.51

CMYK Percentages of Color #f90557

%0
%98
%65
%2

Triadic Colors of #f90557

#f90557 #57f905 #0557f9

Analogous Colors of #f90557

#f90557 #f92d05 #f905d1

Monochromatic Colors of #f90557

#f90557

Complementary Color

#f90557 #05f9a7

#f90557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90557 Color CSS Codes

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

#f90557 Text Font Color

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

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


#f90557 Background Color

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

This div background color is #f90557


#f90557 Border Color

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

This div border color is #f90557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90557


Comments

No comments written yet.

Please login to write comment.