Color Hex Logo

#f9679d Color Hex

#F9679D
(249,103,157)
0 Favorites   0 Comments

Color spaces of #f9679d

RGB 249103157
HSL0.940.920.69
HSV338°59°98°
CMYK 0.000.590.37   0.02
XYZ50.003032.274635.4925
Yxy32.27460.42460.2740
Hunter Lab56.810757.69122.7261
CIE-Lab63.569260.6647-0.4552

#f9679d color RGB value is (249,103,157).

#f9679d hex color red value is 249, green value is 103 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #f9679d hue: 0.94 , saturation: 0.92 and the lightness value of f9679d is 0.69.

The process color (four color CMYK) of #f9679d color hex is 0.00, 0.59, 0.37, 0.02. Web safe color of #f9679d is #ff6699. Color #f9679d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100111 10011101
Octal 371 147 235
Decimal 249 103 157
Hex F9 67 9D

RGB Percentages of Color #f9679d

%48.92
%20.24
%30.84

CMYK Percentages of Color #f9679d

%0
%59
%37
%2

Triadic Colors of #f9679d

#f9679d #9df967 #679df9

Analogous Colors of #f9679d

#f9679d #f97a67 #f967e6

Monochromatic Colors of #f9679d

#f9679d

Complementary Color

#f9679d #67f9c3

#f9679d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9679d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9679d Color CSS Codes

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

#f9679d Text Font Color

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

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


#f9679d Background Color

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

This div background color is #f9679d


#f9679d Border Color

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

This div border color is #f9679d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9679d


Comments

No comments written yet.

Please login to write comment.