Color Hex Logo

#f831dc Color Hex

#F831DC
(248,49,220)
0 Favorites   0 Comments

Color spaces of #f831dc

RGB 24849220
HSL0.860.930.58
HSV308°80°97°
CMYK 0.000.800.11   0.03
XYZ52.728027.320470.2044
Yxy27.32040.35090.1818
Hunter Lab52.268988.5972-43.0464
CIE-Lab59.269786.3999-43.0064

#f831dc color RGB value is (248,49,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00110001 11011100
Octal 370 61 334
Decimal 248 49 220
Hex F8 31 DC

RGB Percentages of Color #f831dc

%47.97
%9.48
%42.55

CMYK Percentages of Color #f831dc

%0
%80
%11
%3

Triadic Colors of #f831dc

#f831dc #dcf831 #31dcf8

Analogous Colors of #f831dc

#f831dc #f83179 #b131f8

Monochromatic Colors of #f831dc

#f831dc

Complementary Color

#f831dc #31f84d

#f831dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f831dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f831dc Color CSS Codes

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

#f831dc Text Font Color

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

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


#f831dc Background Color

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

This div background color is #f831dc


#f831dc Border Color

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

This div border color is #f831dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f831dc


Comments

No comments written yet.

Please login to write comment.