Color Hex Logo

#f876dd Color Hex

#F876DD
(248,118,221)
0 Favorites   0 Comments

Color spaces of #f876dd

RGB 248118221
HSL0.870.900.72
HSV312°52°97°
CMYK 0.000.520.11   0.03
XYZ58.241038.133872.6975
Yxy38.13380.34450.2255
Hunter Lab61.752660.2826-26.5717
CIE-Lab68.119162.1025-29.7704

#f876dd color RGB value is (248,118,221).

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

The process color (four color CMYK) of #f876dd color hex is 0.00, 0.52, 0.11, 0.03. Web safe color of #f876dd is #ff66cc. Color #f876dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110110 11011101
Octal 370 166 335
Decimal 248 118 221
Hex F8 76 DD

RGB Percentages of Color #f876dd

%42.25
%20.10
%37.65

CMYK Percentages of Color #f876dd

%0
%52
%11
%3

Triadic Colors of #f876dd

#f876dd #ddf876 #76ddf8

Analogous Colors of #f876dd

#f876dd #f8769c #d276f8

Monochromatic Colors of #f876dd

#f876dd

Complementary Color

#f876dd #76f891

#f876dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f876dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f876dd Color CSS Codes

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

#f876dd Text Font Color

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

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


#f876dd Background Color

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

This div background color is #f876dd


#f876dd Border Color

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

This div border color is #f876dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f876dd


Comments

No comments written yet.

Please login to write comment.