Color Hex Logo

#f2382a Color Hex

#F2382A
(242,56,42)
0 Favorites   0 Comments

Color spaces of #f2382a

RGB 2425642
HSL0.010.880.56
HSV83°95°
CMYK 0.000.770.83   0.05
XYZ38.450021.87284.3858
Yxy21.87280.59420.3380
Hunter Lab46.768464.906827.1778
CIE-Lab53.891868.533051.9448

#f2382a color RGB value is (242,56,42).

#f2382a hex color red value is 242, green value is 56 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #f2382a hue: 0.01 , saturation: 0.88 and the lightness value of f2382a is 0.56.

The process color (four color CMYK) of #f2382a color hex is 0.00, 0.77, 0.83, 0.05. Web safe color of #f2382a is #ff3333. Color #f2382a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00111000 00101010
Octal 362 70 52
Decimal 242 56 42
Hex F2 38 2A

RGB Percentages of Color #f2382a

%71.18
%16.47
%12.35

CMYK Percentages of Color #f2382a

%0
%77
%83
%5

Triadic Colors of #f2382a

#f2382a #2af238 #382af2

Analogous Colors of #f2382a

#f2382a #f29c2a #f22a80

Monochromatic Colors of #f2382a

#f2382a

Complementary Color

#f2382a #2ae4f2

#f2382a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2382a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2382a Color CSS Codes

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

#f2382a Text Font Color

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

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


#f2382a Background Color

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

This div background color is #f2382a


#f2382a Border Color

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

This div border color is #f2382a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,56,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2382a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2382a;
  -webkit-box-shadow: 1px 1px 3px 2px #f2382a;
  box-shadow:         1px 1px 3px 2px #f2382a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,56,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2382a


Comments

No comments written yet.

Please login to write comment.