Color Hex Logo

#f02934 Color Hex

#F02934
(240,41,52)
0 Favorites   0 Comments

Color spaces of #f02934

RGB 2404152
HSL0.990.870.55
HSV357°83°94°
CMYK 0.000.830.78   0.06
XYZ37.348020.35915.2100
Yxy20.35910.59360.3236
Hunter Lab45.121168.787724.7387
CIE-Lab52.240872.082245.0478

#f02934 color RGB value is (240,41,52).

#f02934 hex color red value is 240, green value is 41 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #f02934 hue: 0.99 , saturation: 0.87 and the lightness value of f02934 is 0.55.

The process color (four color CMYK) of #f02934 color hex is 0.00, 0.83, 0.78, 0.06. Web safe color of #f02934 is #ff3333. Color #f02934 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101001 00110100
Octal 360 51 64
Decimal 240 41 52
Hex F0 29 34

RGB Percentages of Color #f02934

%72.07
%12.31
%15.62

CMYK Percentages of Color #f02934

%0
%83
%78
%6

Triadic Colors of #f02934

#f02934 #34f029 #2934f0

Analogous Colors of #f02934

#f02934 #f08229 #f02998

Monochromatic Colors of #f02934

#f02934

Complementary Color

#f02934 #29f0e5

#f02934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02934 Color CSS Codes

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

#f02934 Text Font Color

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

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


#f02934 Background Color

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

This div background color is #f02934


#f02934 Border Color

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

This div border color is #f02934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02934


Comments

No comments written yet.

Please login to write comment.