Color Hex Logo

#f490da Color Hex

#F490DA
(244,144,218)
0 Favorites   0 Comments

Color spaces of #f490da

RGB 244144218
HSL0.880.820.76
HSV316°41°96°
CMYK 0.000.410.11   0.04
XYZ59.936444.241671.7102
Yxy44.24160.34080.2515
Hunter Lab66.514444.4471-17.3615
CIE-Lab72.389747.7764-21.6124

#f490da color RGB value is (244,144,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010000 11011010
Octal 364 220 332
Decimal 244 144 218
Hex F4 90 DA

RGB Percentages of Color #f490da

%40.26
%23.76
%35.97

CMYK Percentages of Color #f490da

%0
%41
%11
%4

Triadic Colors of #f490da

#f490da #daf490 #90daf4

Analogous Colors of #f490da

#f490da #f490a8 #dc90f4

Monochromatic Colors of #f490da

#f490da

Complementary Color

#f490da #90f4aa

#f490da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f490da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f490da Color CSS Codes

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

#f490da Text Font Color

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

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


#f490da Background Color

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

This div background color is #f490da


#f490da Border Color

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

This div border color is #f490da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,144,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f490da


Comments

No comments written yet.

Please login to write comment.