Color Hex Logo

#f00654 Color Hex

#F00654
(240,6,84)
0 Favorites   0 Comments

Color spaces of #f00654

RGB 240684
HSL0.940.950.48
HSV340°98°94°
CMYK 0.000.980.65   0.06
XYZ37.600519.295610.1302
Yxy19.29560.56100.2879
Hunter Lab43.926875.920917.0755
CIE-Lab51.031378.119224.9459

#f00654 color RGB value is (240,6,84).

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

The process color (four color CMYK) of #f00654 color hex is 0.00, 0.98, 0.65, 0.06. Web safe color of #f00654 is #ff0066. Color #f00654 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000110 01010100
Octal 360 6 124
Decimal 240 6 84
Hex F0 6 54

RGB Percentages of Color #f00654

%72.73
%1.82
%25.45

CMYK Percentages of Color #f00654

%0
%98
%65
%6

Triadic Colors of #f00654

#f00654 #54f006 #0654f0

Analogous Colors of #f00654

#f00654 #f02d06 #f006c9

Monochromatic Colors of #f00654

#f00654

Complementary Color

#f00654 #06f0a2

#f00654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00654 Color CSS Codes

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

#f00654 Text Font Color

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

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


#f00654 Background Color

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

This div background color is #f00654


#f00654 Border Color

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

This div border color is #f00654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00654


Comments

No comments written yet.

Please login to write comment.