Color Hex Logo

#f219dc Color Hex

#F219DC
(242,25,220)
0 Favorites   0 Comments

Color spaces of #f219dc

RGB 24225220
HSL0.850.890.52
HSV306°90°95°
CMYK 0.000.900.09   0.05
XYZ49.883824.739869.8562
Yxy24.73980.34530.1712
Hunter Lab49.739191.9758-48.4526
CIE-Lab56.821089.4307-46.9422

#f219dc color RGB value is (242,25,220).

#f219dc hex color red value is 242, green value is 25 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f219dc hue: 0.85 , saturation: 0.89 and the lightness value of f219dc is 0.52.

The process color (four color CMYK) of #f219dc color hex is 0.00, 0.90, 0.09, 0.05. Web safe color of #f219dc is #ff00cc. Color #f219dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00011001 11011100
Octal 362 31 334
Decimal 242 25 220
Hex F2 19 DC

RGB Percentages of Color #f219dc

%49.69
%5.13
%45.17

CMYK Percentages of Color #f219dc

%0
%90
%9
%5

Triadic Colors of #f219dc

#f219dc #dcf219 #19dcf2

Analogous Colors of #f219dc

#f219dc #f21970 #9c19f2

Monochromatic Colors of #f219dc

#f219dc

Complementary Color

#f219dc #19f22f

#f219dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f219dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f219dc Color CSS Codes

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

#f219dc Text Font Color

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

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


#f219dc Background Color

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

This div background color is #f219dc


#f219dc Border Color

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

This div border color is #f219dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,25,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f219dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f219dc;
  -webkit-box-shadow: 1px 1px 3px 2px #f219dc;
  box-shadow:         1px 1px 3px 2px #f219dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,25,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f219dc


Comments

No comments written yet.

Please login to write comment.