Color Hex Logo

#f43028 Color Hex

#F43028
(244,48,40)
0 Favorites   0 Comments

Color spaces of #f43028

RGB 2444840
HSL0.010.900.56
HSV84°96°
CMYK 0.000.800.84   0.04
XYZ38.748221.50024.1152
Yxy21.50020.60200.3340
Hunter Lab46.368368.021027.1958
CIE-Lab53.492671.207052.6967

#f43028 color RGB value is (244,48,40).

#f43028 hex color red value is 244, green value is 48 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #f43028 hue: 0.01 , saturation: 0.90 and the lightness value of f43028 is 0.56.

The process color (four color CMYK) of #f43028 color hex is 0.00, 0.80, 0.84, 0.04. Web safe color of #f43028 is #ff3333. Color #f43028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110000 00101000
Octal 364 60 50
Decimal 244 48 40
Hex F4 30 28

RGB Percentages of Color #f43028

%73.49
%14.46
%12.05

CMYK Percentages of Color #f43028

%0
%80
%84
%4

Triadic Colors of #f43028

#f43028 #28f430 #3028f4

Analogous Colors of #f43028

#f43028 #f49628 #f42886

Monochromatic Colors of #f43028

#f43028

Complementary Color

#f43028 #28ecf4

#f43028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f43028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f43028 Color CSS Codes

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

#f43028 Text Font Color

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

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


#f43028 Background Color

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

This div background color is #f43028


#f43028 Border Color

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

This div border color is #f43028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f43028


Comments

No comments written yet.

Please login to write comment.