Color Hex Logo

#f74332 Color Hex

#F74332
(247,67,50)
0 Favorites   0 Comments

Color spaces of #f74332

RGB 2476750
HSL0.010.920.58
HSV80°97°
CMYK 0.000.730.80   0.03
XYZ40.940724.01885.4959
Yxy24.01880.58110.3409
Hunter Lab49.009063.348127.6575
CIE-Lab56.106666.804650.4084

#f74332 color RGB value is (247,67,50).

#f74332 hex color red value is 247, green value is 67 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #f74332 hue: 0.01 , saturation: 0.92 and the lightness value of f74332 is 0.58.

The process color (four color CMYK) of #f74332 color hex is 0.00, 0.73, 0.80, 0.03. Web safe color of #f74332 is #ff3333. Color #f74332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01000011 00110010
Octal 367 103 62
Decimal 247 67 50
Hex F7 43 32

RGB Percentages of Color #f74332

%67.86
%18.41
%13.74

CMYK Percentages of Color #f74332

%0
%73
%80
%3

Triadic Colors of #f74332

#f74332 #32f743 #4332f7

Analogous Colors of #f74332

#f74332 #f7a632 #f73284

Monochromatic Colors of #f74332

#f74332

Complementary Color

#f74332 #32e6f7

#f74332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74332 Color CSS Codes

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

#f74332 Text Font Color

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

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


#f74332 Background Color

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

This div background color is #f74332


#f74332 Border Color

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

This div border color is #f74332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74332


Comments

No comments written yet.

Please login to write comment.