Color Hex Logo

#f80055 Color Hex

#F80055
(248,0,85)
0 Favorites   0 Comments

Color spaces of #f80055

RGB 248085
HSL0.941.000.49
HSV339°100°97°
CMYK 0.001.000.66   0.03
XYZ40.351120.612310.4462
Yxy20.61230.56510.2886
Hunter Lab45.400879.195118.1386
CIE-Lab52.522580.431726.5844

#f80055 color RGB value is (248,0,85).

#f80055 hex color red value is 248, green value is 0 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #f80055 hue: 0.94 , saturation: 1.00 and the lightness value of f80055 is 0.49.

The process color (four color CMYK) of #f80055 color hex is 0.00, 1.00, 0.66, 0.03. Web safe color of #f80055 is #ff0066. Color #f80055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000000 01010101
Octal 370 0 125
Decimal 248 0 85
Hex F8 0 55

RGB Percentages of Color #f80055

%74.47
%0.00
%25.53

CMYK Percentages of Color #f80055

%0
%100
%66
%3

Triadic Colors of #f80055

#f80055 #55f800 #0055f8

Analogous Colors of #f80055

#f80055 #f82700 #f800d1

Monochromatic Colors of #f80055

#f80055

Complementary Color

#f80055 #00f8a3

#f80055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80055 Color CSS Codes

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

#f80055 Text Font Color

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

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


#f80055 Background Color

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

This div background color is #f80055


#f80055 Border Color

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

This div border color is #f80055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80055

Related Colors


Comments

No comments written yet.

Please login to write comment.