Color Hex Logo

#f213ed Color Hex

#F213ED
(242,19,237)
0 Favorites   0 Comments

Color spaces of #f213ed

RGB 24219237
HSL0.840.900.51
HSV301°92°95°
CMYK 0.000.920.02   0.05
XYZ52.136925.457482.2866
Yxy25.45740.32610.1592
Hunter Lab50.455396.1522-61.3762
CIE-Lab57.518492.4077-55.4181

#f213ed color RGB value is (242,19,237).

#f213ed hex color red value is 242, green value is 19 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f213ed hue: 0.84 , saturation: 0.90 and the lightness value of f213ed is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010011 11101101
Octal 362 23 355
Decimal 242 19 237
Hex F2 13 ED

RGB Percentages of Color #f213ed

%48.59
%3.82
%47.59

CMYK Percentages of Color #f213ed

%0
%92
%2
%5

Triadic Colors of #f213ed

#f213ed #edf213 #13edf2

Analogous Colors of #f213ed

#f213ed #f2137e #8813f2

Monochromatic Colors of #f213ed

#f213ed

Complementary Color

#f213ed #13f218

#f213ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f213ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f213ed Color CSS Codes

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

#f213ed Text Font Color

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

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


#f213ed Background Color

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

This div background color is #f213ed


#f213ed Border Color

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

This div border color is #f213ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f213ed


Comments

No comments written yet.

Please login to write comment.