Color Hex Logo

#f95790 Color Hex

#F95790
(249,87,144)
0 Favorites   0 Comments

Color spaces of #f95790

RGB 24987144
HSL0.940.930.66
HSV339°65°98°
CMYK 0.000.650.42   0.02
XYZ47.509228.969729.4733
Yxy28.96970.44840.2734
Hunter Lab53.823563.36815.2098
CIE-Lab60.754965.97052.9602

#f95790 color RGB value is (249,87,144).

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

The process color (four color CMYK) of #f95790 color hex is 0.00, 0.65, 0.42, 0.02. Web safe color of #f95790 is #ff6699. Color #f95790 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010111 10010000
Octal 371 127 220
Decimal 249 87 144
Hex F9 57 90

RGB Percentages of Color #f95790

%51.88
%18.13
%30.00

CMYK Percentages of Color #f95790

%0
%65
%42
%2

Triadic Colors of #f95790

#f95790 #90f957 #5790f9

Analogous Colors of #f95790

#f95790 #f96f57 #f957e1

Monochromatic Colors of #f95790

#f95790

Complementary Color

#f95790 #57f9c0

#f95790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95790 Color CSS Codes

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

#f95790 Text Font Color

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

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


#f95790 Background Color

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

This div background color is #f95790


#f95790 Border Color

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

This div border color is #f95790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95790


Comments

No comments written yet.

Please login to write comment.