Color Hex Logo

#f631dc Color Hex

#F631DC
(246,49,220)
0 Favorites   0 Comments

Color spaces of #f631dc

RGB 24649220
HSL0.860.920.58
HSV308°80°96°
CMYK 0.000.800.11   0.04
XYZ52.022626.956870.1714
Yxy26.95680.34880.1807
Hunter Lab51.919987.9931-43.7883
CIE-Lab58.934386.0053-43.5577

#f631dc color RGB value is (246,49,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110001 11011100
Octal 366 61 334
Decimal 246 49 220
Hex F6 31 DC

RGB Percentages of Color #f631dc

%47.77
%9.51
%42.72

CMYK Percentages of Color #f631dc

%0
%80
%11
%4

Triadic Colors of #f631dc

#f631dc #dcf631 #31dcf6

Analogous Colors of #f631dc

#f631dc #f6317a #ae31f6

Monochromatic Colors of #f631dc

#f631dc

Complementary Color

#f631dc #31f64b

#f631dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f631dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f631dc Color CSS Codes

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

#f631dc Text Font Color

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

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


#f631dc Background Color

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

This div background color is #f631dc


#f631dc Border Color

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

This div border color is #f631dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f631dc


Comments

No comments written yet.

Please login to write comment.