Color Hex Logo

#f82bbc Color Hex

#F82BBC
(248,43,188)
0 Favorites   0 Comments

Color spaces of #f82bbc

RGB 24843188
HSL0.880.940.57
HSV318°83°97°
CMYK 0.000.830.24   0.03
XYZ48.652425.315149.8990
Yxy25.31510.39280.2044
Hunter Lab50.314184.5550-23.5810
CIE-Lab57.381283.6700-27.6771

#f82bbc color RGB value is (248,43,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101011 10111100
Octal 370 53 274
Decimal 248 43 188
Hex F8 2B BC

RGB Percentages of Color #f82bbc

%51.77
%8.98
%39.25

CMYK Percentages of Color #f82bbc

%0
%83
%24
%3

Triadic Colors of #f82bbc

#f82bbc #bcf82b #2bbcf8

Analogous Colors of #f82bbc

#f82bbc #f82b56 #ce2bf8

Monochromatic Colors of #f82bbc

#f82bbc

Complementary Color

#f82bbc #2bf867

#f82bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82bbc Color CSS Codes

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

#f82bbc Text Font Color

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

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


#f82bbc Background Color

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

This div background color is #f82bbc


#f82bbc Border Color

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

This div border color is #f82bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82bbc


Comments

No comments written yet.

Please login to write comment.