Color Hex Logo

#f80653 Color Hex

#F80653
(248,6,83)
0 Favorites   0 Comments

Color spaces of #f80653

RGB 248683
HSL0.950.950.50
HSV341°98°97°
CMYK 0.000.980.67   0.03
XYZ40.337920.711210.0552
Yxy20.71120.56730.2913
Hunter Lab45.509678.573718.7567
CIE-Lab52.632079.919127.9299

#f80653 color RGB value is (248,6,83).

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

The process color (four color CMYK) of #f80653 color hex is 0.00, 0.98, 0.67, 0.03. Web safe color of #f80653 is #ff0066. Color #f80653 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000110 01010011
Octal 370 6 123
Decimal 248 6 83
Hex F8 6 53

RGB Percentages of Color #f80653

%73.59
%1.78
%24.63

CMYK Percentages of Color #f80653

%0
%98
%67
%3

Triadic Colors of #f80653

#f80653 #53f806 #0653f8

Analogous Colors of #f80653

#f80653 #f83206 #f806cc

Monochromatic Colors of #f80653

#f80653

Complementary Color

#f80653 #06f8ab

#f80653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80653 Color CSS Codes

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

#f80653 Text Font Color

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

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


#f80653 Background Color

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

This div background color is #f80653


#f80653 Border Color

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

This div border color is #f80653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80653


Comments

No comments written yet.

Please login to write comment.