Color Hex Logo

#f882c9 Color Hex

#F882C9
(248,130,201)
0 Favorites   0 Comments

Color spaces of #f882c9

RGB 248130201
HSL0.900.890.74
HSV324°48°97°
CMYK 0.000.480.19   0.03
XYZ57.236640.138859.9892
Yxy40.13880.36370.2551
Hunter Lab63.355250.3896-11.7914
CIE-Lab69.568353.4006-16.4271

#f882c9 color RGB value is (248,130,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000010 11001001
Octal 370 202 311
Decimal 248 130 201
Hex F8 82 C9

RGB Percentages of Color #f882c9

%42.83
%22.45
%34.72

CMYK Percentages of Color #f882c9

%0
%48
%19
%3

Triadic Colors of #f882c9

#f882c9 #c9f882 #82c9f8

Analogous Colors of #f882c9

#f882c9 #f8828e #ec82f8

Monochromatic Colors of #f882c9

#f882c9

Complementary Color

#f882c9 #82f8b1

#f882c9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f882c9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f882c9 Color CSS Codes

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

#f882c9 Text Font Color

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

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


#f882c9 Background Color

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

This div background color is #f882c9


#f882c9 Border Color

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

This div border color is #f882c9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f882c9


Comments

No comments written yet.

Please login to write comment.