Color Hex Logo

#f894de Color Hex

#F894DE
(248,148,222)
0 Favorites   0 Comments

Color spaces of #f894de

RGB 248148222
HSL0.880.880.78
HSV316°40°97°
CMYK 0.000.400.10   0.03
XYZ62.486146.410274.7719
Yxy46.41020.34020.2527
Hunter Lab68.125044.5062-17.3873
CIE-Lab73.810947.6461-21.6040

#f894de color RGB value is (248,148,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010100 11011110
Octal 370 224 336
Decimal 248 148 222
Hex F8 94 DE

RGB Percentages of Color #f894de

%40.13
%23.95
%35.92

CMYK Percentages of Color #f894de

%0
%40
%10
%3

Triadic Colors of #f894de

#f894de #def894 #94def8

Analogous Colors of #f894de

#f894de #f894ac #e094f8

Monochromatic Colors of #f894de

#f894de

Complementary Color

#f894de #94f8ae

#f894de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f894de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f894de Color CSS Codes

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

#f894de Text Font Color

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

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


#f894de Background Color

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

This div background color is #f894de


#f894de Border Color

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

This div border color is #f894de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f894de


Comments

No comments written yet.

Please login to write comment.