Color Hex Logo

#f7364d Color Hex

#F7364D
(247,54,77)
0 Favorites   0 Comments

Color spaces of #f7364d

RGB 2475477
HSL0.980.920.59
HSV353°78°97°
CMYK 0.000.780.69   0.03
XYZ41.016522.94839.2888
Yxy22.94830.55990.3133
Hunter Lab47.904469.001922.0366
CIE-Lab55.019071.725334.4033

#f7364d color RGB value is (247,54,77).

#f7364d hex color red value is 247, green value is 54 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f7364d hue: 0.98 , saturation: 0.92 and the lightness value of f7364d is 0.59.

The process color (four color CMYK) of #f7364d color hex is 0.00, 0.78, 0.69, 0.03. Web safe color of #f7364d is #ff3366. Color #f7364d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110110 01001101
Octal 367 66 115
Decimal 247 54 77
Hex F7 36 4D

RGB Percentages of Color #f7364d

%65.34
%14.29
%20.37

CMYK Percentages of Color #f7364d

%0
%78
%69
%3

Triadic Colors of #f7364d

#f7364d #4df736 #364df7

Analogous Colors of #f7364d

#f7364d #f78036 #f736ae

Monochromatic Colors of #f7364d

#f7364d

Complementary Color

#f7364d #36f7e0

#f7364d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7364d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7364d Color CSS Codes

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

#f7364d Text Font Color

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

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


#f7364d Background Color

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

This div background color is #f7364d


#f7364d Border Color

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

This div border color is #f7364d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7364d


Comments

No comments written yet.

Please login to write comment.