Color Hex Logo

#f882dd Color Hex

#F882DD
(248,130,221)
0 Favorites   0 Comments

Color spaces of #f882dd

RGB 248130221
HSL0.870.890.74
HSV314°48°97°
CMYK 0.000.480.11   0.03
XYZ59.745241.142273.1989
Yxy41.14220.34320.2363
Hunter Lab64.142254.0149-22.7621
CIE-Lab70.275456.4331-26.4536

#f882dd color RGB value is (248,130,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000010 11011101
Octal 370 202 335
Decimal 248 130 221
Hex F8 82 DD

RGB Percentages of Color #f882dd

%41.40
%21.70
%36.89

CMYK Percentages of Color #f882dd

%0
%48
%11
%3

Triadic Colors of #f882dd

#f882dd #ddf882 #82ddf8

Analogous Colors of #f882dd

#f882dd #f882a2 #d882f8

Monochromatic Colors of #f882dd

#f882dd

Complementary Color

#f882dd #82f89d

#f882dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f882dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f882dd Color CSS Codes

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

#f882dd Text Font Color

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

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


#f882dd Background Color

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

This div background color is #f882dd


#f882dd Border Color

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

This div border color is #f882dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f882dd


Comments

No comments written yet.

Please login to write comment.