Color Hex Logo

#f01705 Color Hex

#F01705
(240,23,5)
0 Favorites   0 Comments

Color spaces of #f01705

RGB 240235
HSL0.010.960.48
HSV98°94°
CMYK 0.000.900.98   0.06
XYZ36.269019.14901.9281
Yxy19.14900.63250.3339
Hunter Lab43.759671.365928.0193
CIE-Lab50.861174.468063.1479

#f01705 color RGB value is (240,23,5).

#f01705 hex color red value is 240, green value is 23 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #f01705 hue: 0.01 , saturation: 0.96 and the lightness value of f01705 is 0.48.

The process color (four color CMYK) of #f01705 color hex is 0.00, 0.90, 0.98, 0.06. Web safe color of #f01705 is #ff0000. Color #f01705 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010111 00000101
Octal 360 27 5
Decimal 240 23 5
Hex F0 17 5

RGB Percentages of Color #f01705

%89.55
%8.58
%1.87

CMYK Percentages of Color #f01705

%0
%90
%98
%6

Triadic Colors of #f01705

#f01705 #05f017 #1705f0

Analogous Colors of #f01705

#f01705 #f08d05 #f00569

Monochromatic Colors of #f01705

#f01705

Complementary Color

#f01705 #05def0

#f01705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01705 Color CSS Codes

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

#f01705 Text Font Color

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

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


#f01705 Background Color

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

This div background color is #f01705


#f01705 Border Color

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

This div border color is #f01705


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,23,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f01705; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f01705;
  -webkit-box-shadow: 1px 1px 3px 2px #f01705;
  box-shadow:         1px 1px 3px 2px #f01705; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,23,5, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01705


Comments

No comments written yet.

Please login to write comment.