Color Hex Logo

#f82ccc Color Hex

#F82CCC
(248,44,204)
0 Favorites   0 Comments

Color spaces of #f82ccc

RGB 24844204
HSL0.870.940.57
HSV313°82°97°
CMYK 0.000.820.18   0.03
XYZ50.511226.117559.5057
Yxy26.11750.37100.1919
Hunter Lab51.105386.9907-33.2621
CIE-Lab58.148485.3930-35.6749

#f82ccc color RGB value is (248,44,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101100 11001100
Octal 370 54 314
Decimal 248 44 204
Hex F8 2C CC

RGB Percentages of Color #f82ccc

%50.00
%8.87
%41.13

CMYK Percentages of Color #f82ccc

%0
%82
%18
%3

Triadic Colors of #f82ccc

#f82ccc #ccf82c #2cccf8

Analogous Colors of #f82ccc

#f82ccc #f82c66 #be2cf8

Monochromatic Colors of #f82ccc

#f82ccc

Complementary Color

#f82ccc #2cf858

#f82ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82ccc Color CSS Codes

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

#f82ccc Text Font Color

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

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


#f82ccc Background Color

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

This div background color is #f82ccc


#f82ccc Border Color

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

This div border color is #f82ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82ccc


Comments

No comments written yet.

Please login to write comment.