Color Hex Logo

#f831ff Color Hex

#F831FF
(248,49,255)
0 Favorites   0 Comments

Color spaces of #f831ff

RGB 24849255
HSL0.831.000.60
HSV298°81°100°
CMYK 0.030.810.00   0.00
XYZ57.859729.373197.2278
Yxy29.37310.31370.1592
Hunter Lab54.197095.7187-68.4267
CIE-Lab61.109591.3875-59.6454

#f831ff color RGB value is (248,49,255).

#f831ff hex color red value is 248, green value is 49 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f831ff hue: 0.83 , saturation: 1.00 and the lightness value of f831ff is 0.60.

The process color (four color CMYK) of #f831ff color hex is 0.03, 0.81, 0.00, 0.00. Web safe color of #f831ff is #ff33ff. Color #f831ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00110001 11111111
Octal 370 61 377
Decimal 248 49 255
Hex F8 31 FF

RGB Percentages of Color #f831ff

%44.93
%8.88
%46.20

CMYK Percentages of Color #f831ff

%3
%81
%0
%0

Triadic Colors of #f831ff

#f831ff #fff831 #31fff8

Analogous Colors of #f831ff

#f831ff #ff319f #9131ff

Monochromatic Colors of #f831ff

#f831ff

Complementary Color

#f831ff #38ff31

#f831ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f831ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f831ff Color CSS Codes

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

#f831ff Text Font Color

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

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


#f831ff Background Color

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

This div background color is #f831ff


#f831ff Border Color

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

This div border color is #f831ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,49,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f831ff

Related Colors


Comments

No comments written yet.

Please login to write comment.