Color Hex Logo

#f876af Color Hex

#F876AF
(248,118,175)
0 Favorites   0 Comments

Color spaces of #f876af

RGB 248118175
HSL0.930.900.72
HSV334°52°97°
CMYK 0.000.520.29   0.03
XYZ52.927736.008544.7182
Yxy36.00850.39600.2694
Hunter Lab60.007152.4289-2.1789
CIE-Lab66.526455.6390-6.3767

#f876af color RGB value is (248,118,175).

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

The process color (four color CMYK) of #f876af color hex is 0.00, 0.52, 0.29, 0.03. Web safe color of #f876af is #ff6699. Color #f876af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110110 10101111
Octal 370 166 257
Decimal 248 118 175
Hex F8 76 AF

RGB Percentages of Color #f876af

%45.84
%21.81
%32.35

CMYK Percentages of Color #f876af

%0
%52
%29
%3

Triadic Colors of #f876af

#f876af #aff876 #76aff8

Analogous Colors of #f876af

#f876af #f87e76 #f876f0

Monochromatic Colors of #f876af

#f876af

Complementary Color

#f876af #76f8bf

#f876af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f876af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f876af Color CSS Codes

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

#f876af Text Font Color

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

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


#f876af Background Color

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

This div background color is #f876af


#f876af Border Color

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

This div border color is #f876af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f876af


Comments

No comments written yet.

Please login to write comment.