Color Hex Logo

#f882cc Color Hex

#F882CC
(248,130,204)
0 Favorites   0 Comments

Color spaces of #f882cc

RGB 248130204
HSL0.900.890.74
HSV322°48°97°
CMYK 0.000.480.18   0.03
XYZ57.593140.281461.8663
Yxy40.28140.36050.2522
Hunter Lab63.467650.9098-13.3667
CIE-Lab69.669553.8392-17.9452

#f882cc color RGB value is (248,130,204).

#f882cc hex color red value is 248, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f882cc hue: 0.90 , saturation: 0.89 and the lightness value of f882cc is 0.74.

The process color (four color CMYK) of #f882cc color hex is 0.00, 0.48, 0.18, 0.03. Web safe color of #f882cc is #ff99cc. Color #f882cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000010 11001100
Octal 370 202 314
Decimal 248 130 204
Hex F8 82 CC

RGB Percentages of Color #f882cc

%42.61
%22.34
%35.05

CMYK Percentages of Color #f882cc

%0
%48
%18
%3

Triadic Colors of #f882cc

#f882cc #ccf882 #82ccf8

Analogous Colors of #f882cc

#f882cc #f88291 #e982f8

Monochromatic Colors of #f882cc

#f882cc

Complementary Color

#f882cc #82f8ae

#f882cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f882cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f882cc Color CSS Codes

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

#f882cc Text Font Color

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

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


#f882cc Background Color

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

This div background color is #f882cc


#f882cc Border Color

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

This div border color is #f882cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f882cc


Comments

No comments written yet.

Please login to write comment.