Color Hex Logo

#f42830 Color Hex

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

Color spaces of #f42830

RGB 2444048
HSL0.990.900.56
HSV358°84°96°
CMYK 0.000.840.80   0.04
XYZ38.600520.96414.8083
Yxy20.96410.59960.3257
Hunter Lab45.786670.358425.8242
CIE-Lab52.910273.245948.1181

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

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

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

Base Numbers

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

RGB Percentages of Color #f42830

%73.49
%12.05
%14.46

CMYK Percentages of Color #f42830

%0
%84
%80
%4

Triadic Colors of #f42830

#f42830 #30f428 #2830f4

Analogous Colors of #f42830

#f42830 #f48628 #f42896

Monochromatic Colors of #f42830

#f42830

Complementary Color

#f42830 #28f4ec

#f42830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f42830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f42830 Color CSS Codes

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

#f42830 Text Font Color

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

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


#f42830 Background Color

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

This div background color is #f42830


#f42830 Border Color

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

This div border color is #f42830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f42830


Comments

No comments written yet.

Please login to write comment.