Color Hex Logo

#f82bbe Color Hex

#F82BBE
(248,43,190)
0 Favorites   0 Comments

Color spaces of #f82bbe

RGB 24843190
HSL0.880.940.57
HSV317°83°97°
CMYK 0.000.830.23   0.03
XYZ48.869525.401951.0425
Yxy25.40190.39000.2027
Hunter Lab50.400384.8779-24.7653
CIE-Lab57.464983.9029-28.7016

#f82bbe color RGB value is (248,43,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101011 10111110
Octal 370 53 276
Decimal 248 43 190
Hex F8 2B BE

RGB Percentages of Color #f82bbe

%51.56
%8.94
%39.50

CMYK Percentages of Color #f82bbe

%0
%83
%23
%3

Triadic Colors of #f82bbe

#f82bbe #bef82b #2bbef8

Analogous Colors of #f82bbe

#f82bbe #f82b57 #cc2bf8

Monochromatic Colors of #f82bbe

#f82bbe

Complementary Color

#f82bbe #2bf865

#f82bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82bbe Color CSS Codes

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

#f82bbe Text Font Color

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

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


#f82bbe Background Color

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

This div background color is #f82bbe


#f82bbe Border Color

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

This div border color is #f82bbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,43,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 #f82bbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82bbe


Comments

No comments written yet.

Please login to write comment.