Color Hex Logo

#f82dbc Color Hex

#F82DBC
(248,45,188)
0 Favorites   0 Comments

Color spaces of #f82dbc

RGB 24845188
HSL0.880.940.57
HSV318°82°97°
CMYK 0.000.820.24   0.03
XYZ48.726925.464149.9238
Yxy25.46410.39260.2052
Hunter Lab50.462084.0541-23.3343
CIE-Lab57.524883.2547-27.4549

#f82dbc color RGB value is (248,45,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101101 10111100
Octal 370 55 274
Decimal 248 45 188
Hex F8 2D BC

RGB Percentages of Color #f82dbc

%51.56
%9.36
%39.09

CMYK Percentages of Color #f82dbc

%0
%82
%24
%3

Triadic Colors of #f82dbc

#f82dbc #bcf82d #2dbcf8

Analogous Colors of #f82dbc

#f82dbc #f82d57 #cf2df8

Monochromatic Colors of #f82dbc

#f82dbc

Complementary Color

#f82dbc #2df869

#f82dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82dbc Color CSS Codes

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

#f82dbc Text Font Color

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

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


#f82dbc Background Color

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

This div background color is #f82dbc


#f82dbc Border Color

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

This div border color is #f82dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82dbc


Comments

No comments written yet.

Please login to write comment.