Color Hex Logo

#f83fff Color Hex

#F83FFF
(248,63,255)
0 Favorites   0 Comments

Color spaces of #f83fff

RGB 24863255
HSL0.831.000.62
HSV298°75°100°
CMYK 0.030.750.00   0.00
XYZ58.538930.731597.4542
Yxy30.73150.31350.1646
Hunter Lab55.436091.4781-65.4242
CIE-Lab62.280387.9926-57.7761

#f83fff color RGB value is (248,63,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111111 11111111
Octal 370 77 377
Decimal 248 63 255
Hex F8 3F FF

RGB Percentages of Color #f83fff

%43.82
%11.13
%45.05

CMYK Percentages of Color #f83fff

%3
%75
%0
%0

Triadic Colors of #f83fff

#f83fff #fff83f #3ffff8

Analogous Colors of #f83fff

#f83fff #ff3fa6 #983fff

Monochromatic Colors of #f83fff

#f83fff

Complementary Color

#f83fff #46ff3f

#f83fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83fff Color CSS Codes

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

#f83fff Text Font Color

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

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


#f83fff Background Color

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

This div background color is #f83fff


#f83fff Border Color

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

This div border color is #f83fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83fff


Comments

No comments written yet.

Please login to write comment.