Color Hex Logo

#f7323a Color Hex

#F7323A
(247,50,58)
0 Favorites   0 Comments

Color spaces of #f7323a

RGB 2475058
HSL0.990.920.58
HSV358°80°97°
CMYK 0.000.800.77   0.03
XYZ40.262122.36086.1970
Yxy22.36080.58500.3249
Hunter Lab47.287269.229025.3311
CIE-Lab54.407772.029344.4612

#f7323a color RGB value is (247,50,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110010 00111010
Octal 367 62 72
Decimal 247 50 58
Hex F7 32 3A

RGB Percentages of Color #f7323a

%69.58
%14.08
%16.34

CMYK Percentages of Color #f7323a

%0
%80
%77
%3

Triadic Colors of #f7323a

#f7323a #3af732 #323af7

Analogous Colors of #f7323a

#f7323a #f78d32 #f7329d

Monochromatic Colors of #f7323a

#f7323a

Complementary Color

#f7323a #32f7ef

#f7323a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7323a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7323a Color CSS Codes

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

#f7323a Text Font Color

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

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


#f7323a Background Color

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

This div background color is #f7323a


#f7323a Border Color

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

This div border color is #f7323a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7323a


Comments

No comments written yet.

Please login to write comment.