Color Hex Logo

#f71b27 Color Hex

#F71B27
(247,27,39)
0 Favorites   0 Comments

Color spaces of #f71b27

RGB 2472739
HSL0.990.930.54
HSV357°89°97°
CMYK 0.000.890.84   0.03
XYZ39.115920.70453.8542
Yxy20.70450.61430.3252
Hunter Lab45.502273.818426.8295
CIE-Lab52.624676.117752.6501

#f71b27 color RGB value is (247,27,39).

#f71b27 hex color red value is 247, green value is 27 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #f71b27 hue: 0.99 , saturation: 0.93 and the lightness value of f71b27 is 0.54.

The process color (four color CMYK) of #f71b27 color hex is 0.00, 0.89, 0.84, 0.03. Web safe color of #f71b27 is #ff3333. Color #f71b27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011011 00100111
Octal 367 33 47
Decimal 247 27 39
Hex F7 1B 27

RGB Percentages of Color #f71b27

%78.91
%8.63
%12.46

CMYK Percentages of Color #f71b27

%0
%89
%84
%3

Triadic Colors of #f71b27

#f71b27 #27f71b #1b27f7

Analogous Colors of #f71b27

#f71b27 #f77d1b #f71b95

Monochromatic Colors of #f71b27

#f71b27

Complementary Color

#f71b27 #1bf7eb

#f71b27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71b27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71b27 Color CSS Codes

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

#f71b27 Text Font Color

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

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


#f71b27 Background Color

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

This div background color is #f71b27


#f71b27 Border Color

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

This div border color is #f71b27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71b27


Comments

No comments written yet.

Please login to write comment.