Color Hex Logo

#f82991 Color Hex

#F82991
(248,41,145)
0 Favorites   0 Comments

Color spaces of #f82991

RGB 24841145
HSL0.920.940.57
HSV330°83°97°
CMYK 0.000.830.42   0.03
XYZ44.615223.586728.9893
Yxy23.58670.45900.2427
Hunter Lab48.566178.9880-1.3941
CIE-Lab55.671679.6546-5.0919

#f82991 color RGB value is (248,41,145).

#f82991 hex color red value is 248, green value is 41 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #f82991 hue: 0.92 , saturation: 0.94 and the lightness value of f82991 is 0.57.

The process color (four color CMYK) of #f82991 color hex is 0.00, 0.83, 0.42, 0.03. Web safe color of #f82991 is #ff3399. Color #f82991 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101001 10010001
Octal 370 51 221
Decimal 248 41 145
Hex F8 29 91

RGB Percentages of Color #f82991

%57.14
%9.45
%33.41

CMYK Percentages of Color #f82991

%0
%83
%42
%3

Triadic Colors of #f82991

#f82991 #91f829 #2991f8

Analogous Colors of #f82991

#f82991 #f82929 #f829f8

Monochromatic Colors of #f82991

#f82991

Complementary Color

#f82991 #29f890

#f82991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82991 Color CSS Codes

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

#f82991 Text Font Color

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

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


#f82991 Background Color

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

This div background color is #f82991


#f82991 Border Color

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

This div border color is #f82991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82991


Comments

No comments written yet.

Please login to write comment.