Color Hex Logo

#f7845d Color Hex

#F7845D
(247,132,93)
0 Favorites   0 Comments

Color spaces of #f7845d

RGB 24713293
HSL0.040.910.67
HSV15°62°97°
CMYK 0.000.470.62   0.03
XYZ48.584837.067014.9499
Yxy37.06700.48290.3685
Hunter Lab60.882735.899628.0591
CIE-Lab67.327340.613540.4892

#f7845d color RGB value is (247,132,93).

#f7845d hex color red value is 247, green value is 132 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #f7845d hue: 0.04 , saturation: 0.91 and the lightness value of f7845d is 0.67.

The process color (four color CMYK) of #f7845d color hex is 0.00, 0.47, 0.62, 0.03. Web safe color of #f7845d is #ff9966. Color #f7845d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10000100 01011101
Octal 367 204 135
Decimal 247 132 93
Hex F7 84 5D

RGB Percentages of Color #f7845d

%52.33
%27.97
%19.70

CMYK Percentages of Color #f7845d

%0
%47
%62
%3

Triadic Colors of #f7845d

#f7845d #5df784 #845df7

Analogous Colors of #f7845d

#f7845d #f7d15d #f75d83

Monochromatic Colors of #f7845d

#f7845d

Complementary Color

#f7845d #5dd0f7

#f7845d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7845d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7845d Color CSS Codes

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

#f7845d Text Font Color

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

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


#f7845d Background Color

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

This div background color is #f7845d


#f7845d Border Color

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

This div border color is #f7845d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,132,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7845d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7845d;
  -webkit-box-shadow: 1px 1px 3px 2px #f7845d;
  box-shadow:         1px 1px 3px 2px #f7845d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,132,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7845d


Comments

No comments written yet.

Please login to write comment.