Color Hex Logo

#f946eb Color Hex

#F946EB
(249,70,235)
0 Favorites   0 Comments

Color spaces of #f946eb

RGB 24970235
HSL0.850.940.63
HSV305°72°98°
CMYK 0.000.720.06   0.02
XYZ56.252530.518281.5230
Yxy30.51820.33430.1813
Hunter Lab55.243385.0852-48.8245
CIE-Lab62.098883.1628-46.9556

#f946eb color RGB value is (249,70,235).

#f946eb hex color red value is 249, green value is 70 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f946eb hue: 0.85 , saturation: 0.94 and the lightness value of f946eb is 0.63.

The process color (four color CMYK) of #f946eb color hex is 0.00, 0.72, 0.06, 0.02. Web safe color of #f946eb is #ff33ff. Color #f946eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000110 11101011
Octal 371 106 353
Decimal 249 70 235
Hex F9 46 EB

RGB Percentages of Color #f946eb

%44.95
%12.64
%42.42

CMYK Percentages of Color #f946eb

%0
%72
%6
%2

Triadic Colors of #f946eb

#f946eb #ebf946 #46ebf9

Analogous Colors of #f946eb

#f946eb #f94692 #ae46f9

Monochromatic Colors of #f946eb

#f946eb

Complementary Color

#f946eb #46f954

#f946eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f946eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f946eb Color CSS Codes

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

#f946eb Text Font Color

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

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


#f946eb Background Color

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

This div background color is #f946eb


#f946eb Border Color

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

This div border color is #f946eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,70,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f946eb


Comments

No comments written yet.

Please login to write comment.