Color Hex Logo

#f51027 Color Hex

#F51027
(245,16,39)
0 Favorites   0 Comments

Color spaces of #f51027

RGB 2451639
HSL0.980.920.51
HSV354°93°96°
CMYK 0.000.930.84   0.04
XYZ38.207719.92953.7525
Yxy19.92950.61740.3220
Hunter Lab44.642574.646726.2660
CIE-Lab51.757476.954551.7377

#f51027 color RGB value is (245,16,39).

#f51027 hex color red value is 245, green value is 16 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #f51027 hue: 0.98 , saturation: 0.92 and the lightness value of f51027 is 0.51.

The process color (four color CMYK) of #f51027 color hex is 0.00, 0.93, 0.84, 0.04. Web safe color of #f51027 is #ff0033. Color #f51027 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010000 00100111
Octal 365 20 47
Decimal 245 16 39
Hex F5 10 27

RGB Percentages of Color #f51027

%81.67
%5.33
%13.00

CMYK Percentages of Color #f51027

%0
%93
%84
%4

Triadic Colors of #f51027

#f51027 #27f510 #1027f5

Analogous Colors of #f51027

#f51027 #f56c10 #f5109a

Monochromatic Colors of #f51027

#f51027

Complementary Color

#f51027 #10f5de

#f51027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51027 Color CSS Codes

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

#f51027 Text Font Color

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

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


#f51027 Background Color

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

This div background color is #f51027


#f51027 Border Color

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

This div border color is #f51027


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,16,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 #f51027">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51027

Related Colors


Comments

No comments written yet.

Please login to write comment.