Color Hex Logo

#f874cf Color Hex

#F874CF
(248,116,207)
0 Favorites   0 Comments

Color spaces of #f874cf

RGB 248116207
HSL0.890.900.71
HSV319°53°97°
CMYK 0.000.530.17   0.03
XYZ56.219336.952263.2009
Yxy36.95220.35950.2363
Hunter Lab60.788358.7039-19.0913
CIE-Lab67.241260.9149-23.3147

#f874cf color RGB value is (248,116,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110100 11001111
Octal 370 164 317
Decimal 248 116 207
Hex F8 74 CF

RGB Percentages of Color #f874cf

%43.43
%20.32
%36.25

CMYK Percentages of Color #f874cf

%0
%53
%17
%3

Triadic Colors of #f874cf

#f874cf #cff874 #74cff8

Analogous Colors of #f874cf

#f874cf #f8748d #df74f8

Monochromatic Colors of #f874cf

#f874cf

Complementary Color

#f874cf #74f89d

#f874cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f874cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f874cf Color CSS Codes

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

#f874cf Text Font Color

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

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


#f874cf Background Color

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

This div background color is #f874cf


#f874cf Border Color

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

This div border color is #f874cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f874cf


Comments

No comments written yet.

Please login to write comment.