Color Hex Logo

#f219ec Color Hex

#F219EC
(242,25,236)
0 Favorites   0 Comments

Color spaces of #f219ec

RGB 24225236
HSL0.840.890.52
HSV302°90°95°
CMYK 0.000.900.02   0.05
XYZ52.105925.628681.5574
Yxy25.62860.32710.1609
Hunter Lab50.624795.1294-60.0801
CIE-Lab57.682891.6178-54.5949

#f219ec color RGB value is (242,25,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00011001 11101100
Octal 362 31 354
Decimal 242 25 236
Hex F2 19 EC

RGB Percentages of Color #f219ec

%48.11
%4.97
%46.92

CMYK Percentages of Color #f219ec

%0
%90
%2
%5

Triadic Colors of #f219ec

#f219ec #ecf219 #19ecf2

Analogous Colors of #f219ec

#f219ec #f21980 #8c19f2

Monochromatic Colors of #f219ec

#f219ec

Complementary Color

#f219ec #19f21f

#f219ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f219ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f219ec Color CSS Codes

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

#f219ec Text Font Color

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

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


#f219ec Background Color

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

This div background color is #f219ec


#f219ec Border Color

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

This div border color is #f219ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f219ec


Comments

No comments written yet.

Please login to write comment.