Color Hex Logo

#f80277 Color Hex

#F80277
(248,2,119)
0 Favorites   0 Comments

Color spaces of #f80277

RGB 2482119
HSL0.920.980.49
HSV331°99°97°
CMYK 0.000.990.52   0.03
XYZ42.062921.331819.3532
Yxy21.33180.50830.2578
Hunter Lab46.186481.73767.4865
CIE-Lab53.310782.27497.0509

#f80277 color RGB value is (248,2,119).

#f80277 hex color red value is 248, green value is 2 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #f80277 hue: 0.92 , saturation: 0.98 and the lightness value of f80277 is 0.49.

The process color (four color CMYK) of #f80277 color hex is 0.00, 0.99, 0.52, 0.03. Web safe color of #f80277 is #ff0066. Color #f80277 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000010 01110111
Octal 370 2 167
Decimal 248 2 119
Hex F8 2 77

RGB Percentages of Color #f80277

%67.21
%0.54
%32.25

CMYK Percentages of Color #f80277

%0
%99
%52
%3

Triadic Colors of #f80277

#f80277 #77f802 #0277f8

Analogous Colors of #f80277

#f80277 #f80802 #f802f2

Monochromatic Colors of #f80277

#f80277

Complementary Color

#f80277 #02f883

#f80277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80277 Color CSS Codes

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

#f80277 Text Font Color

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

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


#f80277 Background Color

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

This div background color is #f80277


#f80277 Border Color

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

This div border color is #f80277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80277

#f80277 Color Palettes


Comments

No comments written yet.

Please login to write comment.