Color Hex Logo

#f920ff Color Hex

#F920FF
(249,32,255)
0 Favorites   0 Comments

Color spaces of #f920ff

RGB 24932255
HSL0.831.000.56
HSV298°87°100°
CMYK 0.020.870.00   0.00
XYZ57.633428.392897.0505
Yxy28.39280.31480.1551
Hunter Lab53.284999.8186-70.6885
CIE-Lab60.242094.5737-61.0240

#f920ff color RGB value is (249,32,255).

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

The process color (four color CMYK) of #f920ff color hex is 0.02, 0.87, 0.00, 0.00. Web safe color of #f920ff is #ff33ff. Color #f920ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100000 11111111
Octal 371 40 377
Decimal 249 32 255
Hex F9 20 FF

RGB Percentages of Color #f920ff

%46.46
%5.97
%47.57

CMYK Percentages of Color #f920ff

%2
%87
%0
%0

Triadic Colors of #f920ff

#f920ff #fff920 #20fff9

Analogous Colors of #f920ff

#f920ff #ff2096 #8a20ff

Monochromatic Colors of #f920ff

#f920ff

Complementary Color

#f920ff #26ff20

#f920ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f920ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f920ff Color CSS Codes

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

#f920ff Text Font Color

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

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


#f920ff Background Color

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

This div background color is #f920ff


#f920ff Border Color

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

This div border color is #f920ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f920ff


Comments

No comments written yet.

Please login to write comment.