Color Hex Logo

#f926eb Color Hex

#F926EB
(249,38,235)
0 Favorites   0 Comments

Color spaces of #f926eb

RGB 24938235
HSL0.840.950.56
HSV304°85°98°
CMYK 0.000.850.06   0.02
XYZ54.755427.524181.0240
Yxy27.52410.33530.1685
Hunter Lab52.463494.4872-54.8425
CIE-Lab59.456390.7950-51.1403

#f926eb color RGB value is (249,38,235).

#f926eb hex color red value is 249, green value is 38 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f926eb hue: 0.84 , saturation: 0.95 and the lightness value of f926eb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100110 11101011
Octal 371 46 353
Decimal 249 38 235
Hex F9 26 EB

RGB Percentages of Color #f926eb

%47.70
%7.28
%45.02

CMYK Percentages of Color #f926eb

%0
%85
%6
%2

Triadic Colors of #f926eb

#f926eb #ebf926 #26ebf9

Analogous Colors of #f926eb

#f926eb #f92682 #9e26f9

Monochromatic Colors of #f926eb

#f926eb

Complementary Color

#f926eb #26f934

#f926eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f926eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f926eb Color CSS Codes

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

#f926eb Text Font Color

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

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


#f926eb Background Color

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

This div background color is #f926eb


#f926eb Border Color

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

This div border color is #f926eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f926eb


Comments

No comments written yet.

Please login to write comment.