Color Hex Logo

#f019ed Color Hex

#F019ED
(240,25,237)
0 Favorites   0 Comments

Color spaces of #f019ed

RGB 24025237
HSL0.840.880.52
HSV301°90°94°
CMYK 0.000.900.01   0.06
XYZ51.568925.335082.2929
Yxy25.33500.32390.1591
Hunter Lab50.333994.7955-61.7019
CIE-Lab57.400491.4246-55.6263

#f019ed color RGB value is (240,25,237).

#f019ed hex color red value is 240, green value is 25 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f019ed hue: 0.84 , saturation: 0.88 and the lightness value of f019ed is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011001 11101101
Octal 360 31 355
Decimal 240 25 237
Hex F0 19 ED

RGB Percentages of Color #f019ed

%47.81
%4.98
%47.21

CMYK Percentages of Color #f019ed

%0
%90
%1
%6

Triadic Colors of #f019ed

#f019ed #edf019 #19edf0

Analogous Colors of #f019ed

#f019ed #f01982 #8819f0

Monochromatic Colors of #f019ed

#f019ed

Complementary Color

#f019ed #19f01c

#f019ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f019ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f019ed Color CSS Codes

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

#f019ed Text Font Color

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

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


#f019ed Background Color

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

This div background color is #f019ed


#f019ed Border Color

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

This div border color is #f019ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f019ed


Comments

No comments written yet.

Please login to write comment.