Color Hex Logo

#f622dc Color Hex

#F622DC
(246,34,220)
0 Favorites   0 Comments

Color spaces of #f622dc

RGB 24634220
HSL0.850.920.55
HSV307°86°96°
CMYK 0.000.860.11   0.04
XYZ51.496325.904269.9960
Yxy25.90420.34940.1757
Hunter Lab50.896291.5364-45.9125
CIE-Lab57.946088.8813-45.1176

#f622dc color RGB value is (246,34,220).

#f622dc hex color red value is 246, green value is 34 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f622dc hue: 0.85 , saturation: 0.92 and the lightness value of f622dc is 0.55.

The process color (four color CMYK) of #f622dc color hex is 0.00, 0.86, 0.11, 0.04. Web safe color of #f622dc is #ff33cc. Color #f622dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100010 11011100
Octal 366 42 334
Decimal 246 34 220
Hex F6 22 DC

RGB Percentages of Color #f622dc

%49.20
%6.80
%44.00

CMYK Percentages of Color #f622dc

%0
%86
%11
%4

Triadic Colors of #f622dc

#f622dc #dcf622 #22dcf6

Analogous Colors of #f622dc

#f622dc #f62272 #a622f6

Monochromatic Colors of #f622dc

#f622dc

Complementary Color

#f622dc #22f63c

#f622dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f622dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f622dc Color CSS Codes

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

#f622dc Text Font Color

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

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


#f622dc Background Color

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

This div background color is #f622dc


#f622dc Border Color

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

This div border color is #f622dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f622dc

Related Colors


Comments

No comments written yet.

Please login to write comment.