Color Hex Logo

#f819ec Color Hex

#F819EC
(248,25,236)
0 Favorites   0 Comments

Color spaces of #f819ec

RGB 24825236
HSL0.840.940.54
HSV303°90°97°
CMYK 0.000.900.05   0.03
XYZ54.199426.707881.6554
Yxy26.70780.33340.1643
Hunter Lab51.679696.7641-57.5044
CIE-Lab58.702992.6297-52.9089

#f819ec color RGB value is (248,25,236).

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

The process color (four color CMYK) of #f819ec color hex is 0.00, 0.90, 0.05, 0.03. Web safe color of #f819ec is #ff00ff. Color #f819ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011001 11101100
Octal 370 31 354
Decimal 248 25 236
Hex F8 19 EC

RGB Percentages of Color #f819ec

%48.72
%4.91
%46.37

CMYK Percentages of Color #f819ec

%0
%90
%5
%3

Triadic Colors of #f819ec

#f819ec #ecf819 #19ecf8

Analogous Colors of #f819ec

#f819ec #f8197d #9519f8

Monochromatic Colors of #f819ec

#f819ec

Complementary Color

#f819ec #19f825

#f819ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f819ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f819ec Color CSS Codes

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

#f819ec Text Font Color

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

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


#f819ec Background Color

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

This div background color is #f819ec


#f819ec Border Color

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

This div border color is #f819ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f819ec


Comments

No comments written yet.

Please login to write comment.