Color Hex Logo

#f82dbb Color Hex

#F82DBB
(248,45,187)
0 Favorites   0 Comments

Color spaces of #f82dbb

RGB 24845187
HSL0.880.940.57
HSV318°82°97°
CMYK 0.000.820.25   0.03
XYZ48.619425.421149.3579
Yxy25.42110.39400.2060
Hunter Lab50.419383.8938-22.7483
CIE-Lab57.483483.1387-26.9413

#f82dbb color RGB value is (248,45,187).

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

The process color (four color CMYK) of #f82dbb color hex is 0.00, 0.82, 0.25, 0.03. Web safe color of #f82dbb is #ff33cc. Color #f82dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101101 10111011
Octal 370 55 273
Decimal 248 45 187
Hex F8 2D BB

RGB Percentages of Color #f82dbb

%51.67
%9.38
%38.96

CMYK Percentages of Color #f82dbb

%0
%82
%25
%3

Triadic Colors of #f82dbb

#f82dbb #bbf82d #2dbbf8

Analogous Colors of #f82dbb

#f82dbb #f82d56 #d02df8

Monochromatic Colors of #f82dbb

#f82dbb

Complementary Color

#f82dbb #2df86a

#f82dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82dbb Color CSS Codes

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

#f82dbb Text Font Color

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

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


#f82dbb Background Color

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

This div background color is #f82dbb


#f82dbb Border Color

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

This div border color is #f82dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82dbb

Related Colors


Comments

No comments written yet.

Please login to write comment.