Color Hex Logo

#f891de Color Hex

#F891DE
(248,145,222)
0 Favorites   0 Comments

Color spaces of #f891de

RGB 248145222
HSL0.880.880.77
HSV315°42°97°
CMYK 0.000.420.10   0.03
XYZ62.021645.481274.6171
Yxy45.48120.34060.2497
Hunter Lab67.439846.1396-18.3922
CIE-Lab73.207649.1665-22.5224

#f891de color RGB value is (248,145,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010001 11011110
Octal 370 221 336
Decimal 248 145 222
Hex F8 91 DE

RGB Percentages of Color #f891de

%40.33
%23.58
%36.10

CMYK Percentages of Color #f891de

%0
%42
%10
%3

Triadic Colors of #f891de

#f891de #def891 #91def8

Analogous Colors of #f891de

#f891de #f891ab #df91f8

Monochromatic Colors of #f891de

#f891de

Complementary Color

#f891de #91f8ab

#f891de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f891de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f891de Color CSS Codes

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

#f891de Text Font Color

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

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


#f891de Background Color

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

This div background color is #f891de


#f891de Border Color

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

This div border color is #f891de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f891de


Comments

No comments written yet.

Please login to write comment.