Color Hex Logo

#f30329 Color Hex

#F30329
(243,3,41)
0 Favorites   0 Comments

Color spaces of #f30329

RGB 243341
HSL0.970.980.48
HSV351°99°95°
CMYK 0.000.990.83   0.05
XYZ37.394919.27993.8483
Yxy19.27990.61790.3186
Hunter Lab43.908975.178625.5399
CIE-Lab51.013177.527349.9052

#f30329 color RGB value is (243,3,41).

#f30329 hex color red value is 243, green value is 3 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #f30329 hue: 0.97 , saturation: 0.98 and the lightness value of f30329 is 0.48.

The process color (four color CMYK) of #f30329 color hex is 0.00, 0.99, 0.83, 0.05. Web safe color of #f30329 is #ff0033. Color #f30329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000011 00101001
Octal 363 3 51
Decimal 243 3 41
Hex F3 3 29

RGB Percentages of Color #f30329

%84.67
%1.05
%14.29

CMYK Percentages of Color #f30329

%0
%99
%83
%5

Triadic Colors of #f30329

#f30329 #29f303 #0329f3

Analogous Colors of #f30329

#f30329 #f35503 #f303a1

Monochromatic Colors of #f30329

#f30329

Complementary Color

#f30329 #03f3cd

#f30329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30329 Color CSS Codes

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

#f30329 Text Font Color

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

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


#f30329 Background Color

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

This div background color is #f30329


#f30329 Border Color

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

This div border color is #f30329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30329


Comments

No comments written yet.

Please login to write comment.