Color Hex Logo

#f00648 Color Hex

#F00648
(240,6,72)
0 Favorites   0 Comments

Color spaces of #f00648

RGB 240672
HSL0.950.950.48
HSV343°98°94°
CMYK 0.000.980.70   0.06
XYZ37.170019.12347.8630
Yxy19.12340.57940.2981
Hunter Lab43.730375.193819.9505
CIE-Lab50.831377.575131.9402

#f00648 color RGB value is (240,6,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000110 01001000
Octal 360 6 110
Decimal 240 6 72
Hex F0 6 48

RGB Percentages of Color #f00648

%75.47
%1.89
%22.64

CMYK Percentages of Color #f00648

%0
%98
%70
%6

Triadic Colors of #f00648

#f00648 #48f006 #0648f0

Analogous Colors of #f00648

#f00648 #f03906 #f006bd

Monochromatic Colors of #f00648

#f00648

Complementary Color

#f00648 #06f0ae

#f00648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00648 Color CSS Codes

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

#f00648 Text Font Color

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

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


#f00648 Background Color

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

This div background color is #f00648


#f00648 Border Color

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

This div border color is #f00648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00648


Comments

No comments written yet.

Please login to write comment.