Color Hex Logo

#f30727 Color Hex

#F30727
(243,7,39)
0 Favorites   0 Comments

Color spaces of #f30727

RGB 243739
HSL0.980.940.49
HSV352°97°95°
CMYK 0.000.970.84   0.05
XYZ37.404319.35313.6836
Yxy19.35310.61890.3202
Hunter Lab43.992274.783225.8300
CIE-Lab51.097877.192951.0012

#f30727 color RGB value is (243,7,39).

#f30727 hex color red value is 243, green value is 7 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #f30727 hue: 0.98 , saturation: 0.94 and the lightness value of f30727 is 0.49.

The process color (four color CMYK) of #f30727 color hex is 0.00, 0.97, 0.84, 0.05. Web safe color of #f30727 is #ff0033. Color #f30727 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000111 00100111
Octal 363 7 47
Decimal 243 7 39
Hex F3 7 27

RGB Percentages of Color #f30727

%84.08
%2.42
%13.49

CMYK Percentages of Color #f30727

%0
%97
%84
%5

Triadic Colors of #f30727

#f30727 #27f307 #0727f3

Analogous Colors of #f30727

#f30727 #f35d07 #f3079d

Monochromatic Colors of #f30727

#f30727

Complementary Color

#f30727 #07f3d3

#f30727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30727 Color CSS Codes

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

#f30727 Text Font Color

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

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


#f30727 Background Color

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

This div background color is #f30727


#f30727 Border Color

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

This div border color is #f30727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30727


Comments

No comments written yet.

Please login to write comment.