Color Hex Logo

#f493de Color Hex

#F493DE
(244,147,222)
0 Favorites   0 Comments

Color spaces of #f493de

RGB 244147222
HSL0.870.820.77
HSV314°40°96°
CMYK 0.000.400.09   0.04
XYZ60.926845.374574.6542
Yxy45.37450.33670.2507
Hunter Lab67.360643.5699-18.5573
CIE-Lab73.137846.9005-22.6719

#f493de color RGB value is (244,147,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010011 11011110
Octal 364 223 336
Decimal 244 147 222
Hex F4 93 DE

RGB Percentages of Color #f493de

%39.80
%23.98
%36.22

CMYK Percentages of Color #f493de

%0
%40
%9
%4

Triadic Colors of #f493de

#f493de #def493 #93def4

Analogous Colors of #f493de

#f493de #f493ae #da93f4

Monochromatic Colors of #f493de

#f493de

Complementary Color

#f493de #93f4a9

#f493de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f493de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f493de Color CSS Codes

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

#f493de Text Font Color

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

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


#f493de Background Color

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

This div background color is #f493de


#f493de Border Color

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

This div border color is #f493de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f493de


Comments

No comments written yet.

Please login to write comment.