Color Hex Logo

#f82fbe Color Hex

#F82FBE
(248,47,190)
0 Favorites   0 Comments

Color spaces of #f82fbe

RGB 24847190
HSL0.880.930.58
HSV317°81°97°
CMYK 0.000.810.23   0.03
XYZ49.022225.707251.0934
Yxy25.70720.38960.2043
Hunter Lab50.702383.8563-24.2558
CIE-Lab57.758183.0561-28.2478

#f82fbe color RGB value is (248,47,190).

#f82fbe hex color red value is 248, green value is 47 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f82fbe hue: 0.88 , saturation: 0.93 and the lightness value of f82fbe is 0.58.

The process color (four color CMYK) of #f82fbe color hex is 0.00, 0.81, 0.23, 0.03. Web safe color of #f82fbe is #ff33cc. Color #f82fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101111 10111110
Octal 370 57 276
Decimal 248 47 190
Hex F8 2F BE

RGB Percentages of Color #f82fbe

%51.13
%9.69
%39.18

CMYK Percentages of Color #f82fbe

%0
%81
%23
%3

Triadic Colors of #f82fbe

#f82fbe #bef82f #2fbef8

Analogous Colors of #f82fbe

#f82fbe #f82f59 #ce2ff8

Monochromatic Colors of #f82fbe

#f82fbe

Complementary Color

#f82fbe #2ff869

#f82fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82fbe Color CSS Codes

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

#f82fbe Text Font Color

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

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


#f82fbe Background Color

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

This div background color is #f82fbe


#f82fbe Border Color

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

This div border color is #f82fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82fbe


Comments

No comments written yet.

Please login to write comment.