Color Hex Logo

#f919ef Color Hex

#F919EF
(249,25,239)
0 Favorites   0 Comments

Color spaces of #f919ef

RGB 24925239
HSL0.840.950.54
HSV303°90°98°
CMYK 0.000.900.04   0.02
XYZ54.994527.067083.9873
Yxy27.06700.33120.1630
Hunter Lab52.026097.6396-59.2957
CIE-Lab59.036393.2103-54.0476

#f919ef color RGB value is (249,25,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011001 11101111
Octal 371 31 357
Decimal 249 25 239
Hex F9 19 EF

RGB Percentages of Color #f919ef

%48.54
%4.87
%46.59

CMYK Percentages of Color #f919ef

%0
%90
%4
%2

Triadic Colors of #f919ef

#f919ef #eff919 #19eff9

Analogous Colors of #f919ef

#f919ef #f9197f #9319f9

Monochromatic Colors of #f919ef

#f919ef

Complementary Color

#f919ef #19f923

#f919ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f919ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f919ef Color CSS Codes

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

#f919ef Text Font Color

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

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


#f919ef Background Color

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

This div background color is #f919ef


#f919ef Border Color

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

This div border color is #f919ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f919ef


Comments

No comments written yet.

Please login to write comment.