Color Hex Logo

#f894cf Color Hex

#F894CF
(248,148,207)
0 Favorites   0 Comments

Color spaces of #f894cf

RGB 248148207
HSL0.900.880.78
HSV325°40°97°
CMYK 0.000.400.17   0.03
XYZ60.563845.641364.6491
Yxy45.64130.35450.2671
Hunter Lab67.558341.7922-9.4460
CIE-Lab73.312245.2910-14.1121

#f894cf color RGB value is (248,148,207).

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

The process color (four color CMYK) of #f894cf color hex is 0.00, 0.40, 0.17, 0.03. Web safe color of #f894cf is #ff99cc. Color #f894cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010100 11001111
Octal 370 224 317
Decimal 248 148 207
Hex F8 94 CF

RGB Percentages of Color #f894cf

%41.13
%24.54
%34.33

CMYK Percentages of Color #f894cf

%0
%40
%17
%3

Triadic Colors of #f894cf

#f894cf #cff894 #94cff8

Analogous Colors of #f894cf

#f894cf #f8949d #ef94f8

Monochromatic Colors of #f894cf

#f894cf

Complementary Color

#f894cf #94f8bd

#f894cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f894cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f894cf Color CSS Codes

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

#f894cf Text Font Color

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

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


#f894cf Background Color

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

This div background color is #f894cf


#f894cf Border Color

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

This div border color is #f894cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,148,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 #f894cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f894cf

Related Colors


Comments

No comments written yet.

Please login to write comment.