Color Hex Logo

#f874bf Color Hex

#F874BF
(248,116,191)
0 Favorites   0 Comments

Color spaces of #f874bf

RGB 248116191
HSL0.910.900.71
HSV326°53°97°
CMYK 0.000.530.23   0.03
XYZ54.360836.208853.4141
Yxy36.20880.37750.2515
Hunter Lab60.173755.9524-10.5080
CIE-Lab66.679258.6604-15.1849

#f874bf color RGB value is (248,116,191).

#f874bf hex color red value is 248, green value is 116 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f874bf hue: 0.91 , saturation: 0.90 and the lightness value of f874bf is 0.71.

The process color (four color CMYK) of #f874bf color hex is 0.00, 0.53, 0.23, 0.03. Web safe color of #f874bf is #ff66cc. Color #f874bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110100 10111111
Octal 370 164 277
Decimal 248 116 191
Hex F8 74 BF

RGB Percentages of Color #f874bf

%44.68
%20.90
%34.41

CMYK Percentages of Color #f874bf

%0
%53
%23
%3

Triadic Colors of #f874bf

#f874bf #bff874 #74bff8

Analogous Colors of #f874bf

#f874bf #f8747d #ef74f8

Monochromatic Colors of #f874bf

#f874bf

Complementary Color

#f874bf #74f8ad

#f874bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f874bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f874bf Color CSS Codes

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

#f874bf Text Font Color

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

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


#f874bf Background Color

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

This div background color is #f874bf


#f874bf Border Color

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

This div border color is #f874bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f874bf


Comments

No comments written yet.

Please login to write comment.