Color Hex Logo

#f17674 Color Hex

#F17674
(241,118,116)
0 Favorites   0 Comments

Color spaces of #f17674

RGB 241118116
HSL0.000.820.70
HSV52°95°
CMYK 0.000.510.52   0.05
XYZ45.906432.918620.4574
Yxy32.91860.46240.3316
Hunter Lab57.374742.414819.0220
CIE-Lab64.094947.060123.5452

#f17674 color RGB value is (241,118,116).

#f17674 hex color red value is 241, green value is 118 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #f17674 hue: 0.00 , saturation: 0.82 and the lightness value of f17674 is 0.70.

The process color (four color CMYK) of #f17674 color hex is 0.00, 0.51, 0.52, 0.05. Web safe color of #f17674 is #ff6666. Color #f17674 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110110 01110100
Octal 361 166 164
Decimal 241 118 116
Hex F1 76 74

RGB Percentages of Color #f17674

%50.74
%24.84
%24.42

CMYK Percentages of Color #f17674

%0
%51
%52
%5

Triadic Colors of #f17674

#f17674 #74f176 #7674f1

Analogous Colors of #f17674

#f17674 #f1b574 #f174b1

Monochromatic Colors of #f17674

#f17674

Complementary Color

#f17674 #74eff1

#f17674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17674 Color CSS Codes

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

#f17674 Text Font Color

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

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


#f17674 Background Color

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

This div background color is #f17674


#f17674 Border Color

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

This div border color is #f17674


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,118,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f17674; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f17674;
  -webkit-box-shadow: 1px 1px 3px 2px #f17674;
  box-shadow:         1px 1px 3px 2px #f17674; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,118,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17674


Comments

No comments written yet.

Please login to write comment.