Color Hex Logo

#f881ad Color Hex

#F881AD
(248,129,173)
0 Favorites   0 Comments

Color spaces of #f881ad

RGB 248129173
HSL0.940.890.74
HSV338°48°97°
CMYK 0.000.480.30   0.03
XYZ54.104538.674144.1484
Yxy38.67410.39510.2824
Hunter Lab62.188546.46661.4412
CIE-Lab68.514550.0960-2.3148

#f881ad color RGB value is (248,129,173).

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

The process color (four color CMYK) of #f881ad color hex is 0.00, 0.48, 0.30, 0.03. Web safe color of #f881ad is #ff9999. Color #f881ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000001 10101101
Octal 370 201 255
Decimal 248 129 173
Hex F8 81 AD

RGB Percentages of Color #f881ad

%45.09
%23.45
%31.45

CMYK Percentages of Color #f881ad

%0
%48
%30
%3

Triadic Colors of #f881ad

#f881ad #adf881 #81adf8

Analogous Colors of #f881ad

#f881ad #f89181 #f881e9

Monochromatic Colors of #f881ad

#f881ad

Complementary Color

#f881ad #81f8cc

#f881ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f881ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f881ad Color CSS Codes

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

#f881ad Text Font Color

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

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


#f881ad Background Color

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

This div background color is #f881ad


#f881ad Border Color

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

This div border color is #f881ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f881ad


Comments

No comments written yet.

Please login to write comment.