Color Hex Logo

#f97795 Color Hex

#F97795
(249,119,149)
0 Favorites   0 Comments

Color spaces of #f97795

RGB 249119149
HSL0.960.920.72
HSV346°52°98°
CMYK 0.000.520.40   0.02
XYZ51.088635.503332.5939
Yxy35.50330.42860.2979
Hunter Lab59.584648.77499.2765
CIE-Lab66.138752.48967.8288

#f97795 color RGB value is (249,119,149).

#f97795 hex color red value is 249, green value is 119 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #f97795 hue: 0.96 , saturation: 0.92 and the lightness value of f97795 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110111 10010101
Octal 371 167 225
Decimal 249 119 149
Hex F9 77 95

RGB Percentages of Color #f97795

%48.16
%23.02
%28.82

CMYK Percentages of Color #f97795

%0
%52
%40
%2

Triadic Colors of #f97795

#f97795 #95f977 #7795f9

Analogous Colors of #f97795

#f97795 #f99a77 #f977d6

Monochromatic Colors of #f97795

#f97795

Complementary Color

#f97795 #77f9db

#f97795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97795 Color CSS Codes

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

#f97795 Text Font Color

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

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


#f97795 Background Color

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

This div background color is #f97795


#f97795 Border Color

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

This div border color is #f97795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97795


Comments

No comments written yet.

Please login to write comment.