Color Hex Logo

#f491de Color Hex

#F491DE
(244,145,222)
0 Favorites   0 Comments

Color spaces of #f491de

RGB 244145222
HSL0.870.820.76
HSV313°41°96°
CMYK 0.000.410.09   0.04
XYZ60.618444.757874.5514
Yxy44.75780.33690.2488
Hunter Lab66.901344.6594-19.2389
CIE-Lab72.732147.9205-23.2904

#f491de color RGB value is (244,145,222).

#f491de hex color red value is 244, green value is 145 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f491de hue: 0.87 , saturation: 0.82 and the lightness value of f491de is 0.76.

The process color (four color CMYK) of #f491de color hex is 0.00, 0.41, 0.09, 0.04. Web safe color of #f491de is #ff99cc. Color #f491de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010001 11011110
Octal 364 221 336
Decimal 244 145 222
Hex F4 91 DE

RGB Percentages of Color #f491de

%39.93
%23.73
%36.33

CMYK Percentages of Color #f491de

%0
%41
%9
%4

Triadic Colors of #f491de

#f491de #def491 #91def4

Analogous Colors of #f491de

#f491de #f491ad #d991f4

Monochromatic Colors of #f491de

#f491de

Complementary Color

#f491de #91f4a7

#f491de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f491de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f491de Color CSS Codes

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

#f491de Text Font Color

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

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


#f491de Background Color

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

This div background color is #f491de


#f491de Border Color

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

This div border color is #f491de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f491de


Comments

No comments written yet.

Please login to write comment.