Color Hex Logo

#f75458 Color Hex

#F75458
(247,84,88)
0 Favorites   0 Comments

Color spaces of #f75458

RGB 2478488
HSL1.000.910.65
HSV359°66°97°
CMYK 0.000.660.64   0.03
XYZ43.289526.819412.1276
Yxy26.81940.52640.3261
Hunter Lab51.787558.581422.3667
CIE-Lab58.806862.253332.7492

#f75458 color RGB value is (247,84,88).

#f75458 hex color red value is 247, green value is 84 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #f75458 hue: 1.00 , saturation: 0.91 and the lightness value of f75458 is 0.65.

The process color (four color CMYK) of #f75458 color hex is 0.00, 0.66, 0.64, 0.03. Web safe color of #f75458 is #ff6666. Color #f75458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010100 01011000
Octal 367 124 130
Decimal 247 84 88
Hex F7 54 58

RGB Percentages of Color #f75458

%58.95
%20.05
%21.00

CMYK Percentages of Color #f75458

%0
%66
%64
%3

Triadic Colors of #f75458

#f75458 #58f754 #5458f7

Analogous Colors of #f75458

#f75458 #f7a254 #f754aa

Monochromatic Colors of #f75458

#f75458

Complementary Color

#f75458 #54f7f3

#f75458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75458 Color CSS Codes

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

#f75458 Text Font Color

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

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


#f75458 Background Color

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

This div background color is #f75458


#f75458 Border Color

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

This div border color is #f75458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75458


Comments

No comments written yet.

Please login to write comment.