Color Hex Logo

#f880de Color Hex

#F880DE
(248,128,222)
0 Favorites   0 Comments

Color spaces of #f880de

RGB 248128222
HSL0.870.900.74
HSV313°48°97°
CMYK 0.000.480.10   0.03
XYZ59.615440.668773.8150
Yxy40.66870.34240.2336
Hunter Lab63.772055.2645-23.9867
CIE-Lab69.943257.5548-27.5166

#f880de color RGB value is (248,128,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000000 11011110
Octal 370 200 336
Decimal 248 128 222
Hex F8 80 DE

RGB Percentages of Color #f880de

%41.47
%21.40
%37.12

CMYK Percentages of Color #f880de

%0
%48
%10
%3

Triadic Colors of #f880de

#f880de #def880 #80def8

Analogous Colors of #f880de

#f880de #f880a2 #d680f8

Monochromatic Colors of #f880de

#f880de

Complementary Color

#f880de #80f89a

#f880de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f880de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f880de Color CSS Codes

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

#f880de Text Font Color

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

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


#f880de Background Color

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

This div background color is #f880de


#f880de Border Color

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

This div border color is #f880de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f880de


Comments

No comments written yet.

Please login to write comment.