Color Hex Logo

#f882cd Color Hex

#F882CD
(248,130,205)
0 Favorites   0 Comments

Color spaces of #f882cd

RGB 248130205
HSL0.890.890.74
HSV322°48°97°
CMYK 0.000.480.17   0.03
XYZ57.713540.329562.5001
Yxy40.32950.35950.2512
Hunter Lab63.505551.0853-13.8975
CIE-Lab69.703653.9869-18.4502

#f882cd color RGB value is (248,130,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000010 11001101
Octal 370 202 315
Decimal 248 130 205
Hex F8 82 CD

RGB Percentages of Color #f882cd

%42.54
%22.30
%35.16

CMYK Percentages of Color #f882cd

%0
%48
%17
%3

Triadic Colors of #f882cd

#f882cd #cdf882 #82cdf8

Analogous Colors of #f882cd

#f882cd #f88292 #e882f8

Monochromatic Colors of #f882cd

#f882cd

Complementary Color

#f882cd #82f8ad

#f882cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f882cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f882cd Color CSS Codes

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

#f882cd Text Font Color

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

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


#f882cd Background Color

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

This div background color is #f882cd


#f882cd Border Color

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

This div border color is #f882cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f882cd


Comments

No comments written yet.

Please login to write comment.