Color Hex Logo

#f00634 Color Hex

#F00634
(240,6,52)
0 Favorites   0 Comments

Color spaces of #f00634

RGB 240652
HSL0.970.950.48
HSV348°98°94°
CMYK 0.000.980.78   0.06
XYZ36.620118.90344.9674
Yxy18.90340.60540.3125
Hunter Lab43.478074.258023.6607
CIE-Lab50.574076.871943.3189

#f00634 color RGB value is (240,6,52).

#f00634 hex color red value is 240, green value is 6 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #f00634 hue: 0.97 , saturation: 0.95 and the lightness value of f00634 is 0.48.

The process color (four color CMYK) of #f00634 color hex is 0.00, 0.98, 0.78, 0.06. Web safe color of #f00634 is #ff0033. Color #f00634 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000110 00110100
Octal 360 6 64
Decimal 240 6 52
Hex F0 6 34

RGB Percentages of Color #f00634

%80.54
%2.01
%17.45

CMYK Percentages of Color #f00634

%0
%98
%78
%6

Triadic Colors of #f00634

#f00634 #34f006 #0634f0

Analogous Colors of #f00634

#f00634 #f04d06 #f006a9

Monochromatic Colors of #f00634

#f00634

Complementary Color

#f00634 #06f0c2

#f00634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00634 Color CSS Codes

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

#f00634 Text Font Color

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

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


#f00634 Background Color

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

This div background color is #f00634


#f00634 Border Color

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

This div border color is #f00634


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,6,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 #f00634">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00634


Comments

No comments written yet.

Please login to write comment.