Color Hex Logo

#f50630 Color Hex

#F50630
(245,6,48)
0 Favorites   0 Comments

Color spaces of #f50630

RGB 245648
HSL0.970.950.49
HSV349°98°96°
CMYK 0.000.980.80   0.04
XYZ38.254819.75614.5934
Yxy19.75610.61110.3156
Hunter Lab44.447875.845424.9862
CIE-Lab51.560377.955646.8600

#f50630 color RGB value is (245,6,48).

#f50630 hex color red value is 245, green value is 6 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #f50630 hue: 0.97 , saturation: 0.95 and the lightness value of f50630 is 0.49.

The process color (four color CMYK) of #f50630 color hex is 0.00, 0.98, 0.80, 0.04. Web safe color of #f50630 is #ff0033. Color #f50630 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000110 00110000
Octal 365 6 60
Decimal 245 6 48
Hex F5 6 30

RGB Percentages of Color #f50630

%81.94
%2.01
%16.05

CMYK Percentages of Color #f50630

%0
%98
%80
%4

Triadic Colors of #f50630

#f50630 #30f506 #0630f5

Analogous Colors of #f50630

#f50630 #f55306 #f506a8

Monochromatic Colors of #f50630

#f50630

Complementary Color

#f50630 #06f5cb

#f50630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50630 Color CSS Codes

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

#f50630 Text Font Color

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

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


#f50630 Background Color

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

This div background color is #f50630


#f50630 Border Color

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

This div border color is #f50630


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,6,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50630


Comments

No comments written yet.

Please login to write comment.