Color Hex Logo

#f019ee Color Hex

#F019EE
(240,25,238)
0 Favorites   0 Comments

Color spaces of #f019ee

RGB 24025238
HSL0.830.880.52
HSV301°90°94°
CMYK 0.000.900.01   0.06
XYZ51.715425.393683.0647
Yxy25.39360.32290.1585
Hunter Lab50.392195.0014-62.4573
CIE-Lab57.456991.5667-56.0965

#f019ee color RGB value is (240,25,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011001 11101110
Octal 360 31 356
Decimal 240 25 238
Hex F0 19 EE

RGB Percentages of Color #f019ee

%47.71
%4.97
%47.32

CMYK Percentages of Color #f019ee

%0
%90
%1
%6

Triadic Colors of #f019ee

#f019ee #eef019 #19eef0

Analogous Colors of #f019ee

#f019ee #f01983 #8719f0

Monochromatic Colors of #f019ee

#f019ee

Complementary Color

#f019ee #19f01b

#f019ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f019ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f019ee Color CSS Codes

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

#f019ee Text Font Color

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

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


#f019ee Background Color

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

This div background color is #f019ee


#f019ee Border Color

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

This div border color is #f019ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f019ee


Comments

No comments written yet.

Please login to write comment.