Color Hex Logo

#f32020 Color Hex

#F32020
(243,32,32)
0 Favorites   0 Comments

Color spaces of #f32020

RGB 2433232
HSL0.000.900.54
HSV87°95°
CMYK 0.000.870.87   0.05
XYZ37.739420.19203.2749
Yxy20.19200.61660.3299
Hunter Lab44.935571.277327.1338
CIE-Lab52.053674.164055.1359

#f32020 color RGB value is (243,32,32).

#f32020 hex color red value is 243, green value is 32 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #f32020 hue: 0.00 , saturation: 0.90 and the lightness value of f32020 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00100000 00100000
Octal 363 40 40
Decimal 243 32 32
Hex F3 20 20

RGB Percentages of Color #f32020

%79.15
%10.42
%10.42

CMYK Percentages of Color #f32020

%0
%87
%87
%5

Triadic Colors of #f32020

#f32020 #20f320 #2020f3

Analogous Colors of #f32020

#f32020 #f38a20 #f3208a

Monochromatic Colors of #f32020

#f32020

Complementary Color

#f32020 #20f3f3

#f32020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f32020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f32020 Color CSS Codes

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

#f32020 Text Font Color

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

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


#f32020 Background Color

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

This div background color is #f32020


#f32020 Border Color

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

This div border color is #f32020


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,32,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f32020; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f32020;
  -webkit-box-shadow: 1px 1px 3px 2px #f32020;
  box-shadow:         1px 1px 3px 2px #f32020; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f32020


Comments

No comments written yet.

Please login to write comment.