Color Hex Logo

#f881cb Color Hex

#F881CB
(248,129,203)
0 Favorites   0 Comments

Color spaces of #f881cb

RGB 248129203
HSL0.900.890.74
HSV323°48°97°
CMYK 0.000.480.18   0.03
XYZ57.341139.968861.1924
Yxy39.96880.36180.2522
Hunter Lab63.220951.2623-13.1330
CIE-Lab69.447354.1789-17.7246

#f881cb color RGB value is (248,129,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000001 11001011
Octal 370 201 313
Decimal 248 129 203
Hex F8 81 CB

RGB Percentages of Color #f881cb

%42.76
%22.24
%35.00

CMYK Percentages of Color #f881cb

%0
%48
%18
%3

Triadic Colors of #f881cb

#f881cb #cbf881 #81cbf8

Analogous Colors of #f881cb

#f881cb #f88190 #ea81f8

Monochromatic Colors of #f881cb

#f881cb

Complementary Color

#f881cb #81f8ae

#f881cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f881cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f881cb Color CSS Codes

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

#f881cb Text Font Color

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

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


#f881cb Background Color

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

This div background color is #f881cb


#f881cb Border Color

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

This div border color is #f881cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f881cb


Comments

No comments written yet.

Please login to write comment.