Color Hex Logo

#f919eb Color Hex

#F919EB
(249,25,235)
0 Favorites   0 Comments

Color spaces of #f919eb

RGB 24925235
HSL0.840.950.54
HSV304°90°98°
CMYK 0.000.900.06   0.02
XYZ54.409926.833280.9089
Yxy26.83320.33550.1655
Hunter Lab51.800896.8394-56.3460
CIE-Lab58.819692.6626-52.1522

#f919eb color RGB value is (249,25,235).

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

The process color (four color CMYK) of #f919eb color hex is 0.00, 0.90, 0.06, 0.02. Web safe color of #f919eb is #ff00ff. Color #f919eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011001 11101011
Octal 371 31 353
Decimal 249 25 235
Hex F9 19 EB

RGB Percentages of Color #f919eb

%48.92
%4.91
%46.17

CMYK Percentages of Color #f919eb

%0
%90
%6
%2

Triadic Colors of #f919eb

#f919eb #ebf919 #19ebf9

Analogous Colors of #f919eb

#f919eb #f9197b #9719f9

Monochromatic Colors of #f919eb

#f919eb

Complementary Color

#f919eb #19f927

#f919eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f919eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f919eb Color CSS Codes

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

#f919eb Text Font Color

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

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


#f919eb Background Color

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

This div background color is #f919eb


#f919eb Border Color

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

This div border color is #f919eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f919eb


Comments

No comments written yet.

Please login to write comment.