Color Hex Logo

#f220dc Color Hex

#F220DC
(242,32,220)
0 Favorites   0 Comments

Color spaces of #f220dc

RGB 24232220
HSL0.850.890.54
HSV306°87°95°
CMYK 0.000.870.09   0.05
XYZ50.052725.077669.9125
Yxy25.07760.34510.1729
Hunter Lab50.077590.7758-47.7196
CIE-Lab57.151088.4632-46.4197

#f220dc color RGB value is (242,32,220).

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

The process color (four color CMYK) of #f220dc color hex is 0.00, 0.87, 0.09, 0.05. Web safe color of #f220dc is #ff33cc. Color #f220dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00100000 11011100
Octal 362 40 334
Decimal 242 32 220
Hex F2 20 DC

RGB Percentages of Color #f220dc

%48.99
%6.48
%44.53

CMYK Percentages of Color #f220dc

%0
%87
%9
%5

Triadic Colors of #f220dc

#f220dc #dcf220 #20dcf2

Analogous Colors of #f220dc

#f220dc #f22073 #9f20f2

Monochromatic Colors of #f220dc

#f220dc

Complementary Color

#f220dc #20f236

#f220dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f220dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f220dc Color CSS Codes

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

#f220dc Text Font Color

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

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


#f220dc Background Color

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

This div background color is #f220dc


#f220dc Border Color

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

This div border color is #f220dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f220dc


Comments

No comments written yet.

Please login to write comment.