Color Hex Logo

#f292ff Color Hex

#F292FF
(242,146,255)
0 Favorites   0 Comments

Color spaces of #f292ff

RGB 242146255
HSL0.811.000.79
HSV293°43°100°
CMYK 0.050.430.00   0.00
XYZ64.946846.6550100.1900
Yxy46.65500.30670.2203
Hunter Lab68.304550.1926-39.1543
CIE-Lab73.968552.6003-39.4110

#f292ff color RGB value is (242,146,255).

#f292ff hex color red value is 242, green value is 146 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f292ff hue: 0.81 , saturation: 1.00 and the lightness value of f292ff is 0.79.

The process color (four color CMYK) of #f292ff color hex is 0.05, 0.43, 0.00, 0.00. Web safe color of #f292ff is #ff99ff. Color #f292ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010010 11111111
Octal 362 222 377
Decimal 242 146 255
Hex F2 92 FF

RGB Percentages of Color #f292ff

%37.64
%22.71
%39.66

CMYK Percentages of Color #f292ff

%5
%43
%0
%0

Triadic Colors of #f292ff

#f292ff #fff292 #92fff2

Analogous Colors of #f292ff

#f292ff #ff92d6 #bc92ff

Monochromatic Colors of #f292ff

#f292ff

Complementary Color

#f292ff #9fff92

#f292ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f292ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f292ff Color CSS Codes

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

#f292ff Text Font Color

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

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


#f292ff Background Color

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

This div background color is #f292ff


#f292ff Border Color

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

This div border color is #f292ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f292ff

Related Colors


Comments

No comments written yet.

Please login to write comment.