Color Hex Logo

#f97885 Color Hex

#F97885
(249,120,133)
0 Favorites   0 Comments

Color spaces of #f97885

RGB 249120133
HSL0.980.910.72
HSV354°52°98°
CMYK 0.000.520.47   0.02
XYZ50.017035.266126.3612
Yxy35.26610.44800.3159
Hunter Lab59.385346.416715.2508
CIE-Lab65.955350.417416.6505

#f97885 color RGB value is (249,120,133).

#f97885 hex color red value is 249, green value is 120 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #f97885 hue: 0.98 , saturation: 0.91 and the lightness value of f97885 is 0.72.

The process color (four color CMYK) of #f97885 color hex is 0.00, 0.52, 0.47, 0.02. Web safe color of #f97885 is #ff6699. Color #f97885 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111000 10000101
Octal 371 170 205
Decimal 249 120 133
Hex F9 78 85

RGB Percentages of Color #f97885

%49.60
%23.90
%26.49

CMYK Percentages of Color #f97885

%0
%52
%47
%2

Triadic Colors of #f97885

#f97885 #85f978 #7885f9

Analogous Colors of #f97885

#f97885 #f9ac78 #f978c6

Monochromatic Colors of #f97885

#f97885

Complementary Color

#f97885 #78f9ec

#f97885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97885 Color CSS Codes

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

#f97885 Text Font Color

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

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


#f97885 Background Color

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

This div background color is #f97885


#f97885 Border Color

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

This div border color is #f97885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97885


Comments

No comments written yet.

Please login to write comment.