Color Hex Logo

#f219dd Color Hex

#F219DD
(242,25,221)
0 Favorites   0 Comments

Color spaces of #f219dd

RGB 24225221
HSL0.850.890.52
HSV306°90°95°
CMYK 0.000.900.09   0.05
XYZ50.016724.793070.5560
Yxy24.79300.34410.1706
Hunter Lab49.792692.1665-49.1590
CIE-Lab56.873289.5637-47.4264

#f219dd color RGB value is (242,25,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00011001 11011101
Octal 362 31 335
Decimal 242 25 221
Hex F2 19 DD

RGB Percentages of Color #f219dd

%49.59
%5.12
%45.29

CMYK Percentages of Color #f219dd

%0
%90
%9
%5

Triadic Colors of #f219dd

#f219dd #ddf219 #19ddf2

Analogous Colors of #f219dd

#f219dd #f21971 #9b19f2

Monochromatic Colors of #f219dd

#f219dd

Complementary Color

#f219dd #19f22e

#f219dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f219dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f219dd Color CSS Codes

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

#f219dd Text Font Color

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

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


#f219dd Background Color

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

This div background color is #f219dd


#f219dd Border Color

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

This div border color is #f219dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f219dd

#f219dd Color Palettes


Comments

No comments written yet.

Please login to write comment.