Color Hex Logo

#f80644 Color Hex

#F80644
(248,6,68)
0 Favorites   0 Comments

Color spaces of #f80644

RGB 248668
HSL0.960.950.50
HSV345°98°97°
CMYK 0.000.980.73   0.03
XYZ39.819920.50417.3278
Yxy20.50410.58860.3031
Hunter Lab45.281577.728022.1022
CIE-Lab52.402479.293136.5833

#f80644 color RGB value is (248,6,68).

#f80644 hex color red value is 248, green value is 6 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #f80644 hue: 0.96 , saturation: 0.95 and the lightness value of f80644 is 0.50.

The process color (four color CMYK) of #f80644 color hex is 0.00, 0.98, 0.73, 0.03. Web safe color of #f80644 is #ff0033. Color #f80644 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000110 01000100
Octal 370 6 104
Decimal 248 6 68
Hex F8 6 44

RGB Percentages of Color #f80644

%77.02
%1.86
%21.12

CMYK Percentages of Color #f80644

%0
%98
%73
%3

Triadic Colors of #f80644

#f80644 #44f806 #0644f8

Analogous Colors of #f80644

#f80644 #f84106 #f806bd

Monochromatic Colors of #f80644

#f80644

Complementary Color

#f80644 #06f8ba

#f80644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80644 Color CSS Codes

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

#f80644 Text Font Color

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

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


#f80644 Background Color

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

This div background color is #f80644


#f80644 Border Color

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

This div border color is #f80644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80644


Comments

No comments written yet.

Please login to write comment.