Color Hex Logo

#f213ee Color Hex

#F213EE
(242,19,238)
0 Favorites   0 Comments

Color spaces of #f213ee

RGB 24219238
HSL0.840.900.51
HSV301°92°95°
CMYK 0.000.920.02   0.05
XYZ52.283425.516083.0584
Yxy25.51600.32500.1586
Hunter Lab50.513496.3564-62.1303
CIE-Lab57.574892.5478-55.8887

#f213ee color RGB value is (242,19,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010011 11101110
Octal 362 23 356
Decimal 242 19 238
Hex F2 13 EE

RGB Percentages of Color #f213ee

%48.50
%3.81
%47.70

CMYK Percentages of Color #f213ee

%0
%92
%2
%5

Triadic Colors of #f213ee

#f213ee #eef213 #13eef2

Analogous Colors of #f213ee

#f213ee #f2137f #8713f2

Monochromatic Colors of #f213ee

#f213ee

Complementary Color

#f213ee #13f217

#f213ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f213ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f213ee Color CSS Codes

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

#f213ee Text Font Color

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

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


#f213ee Background Color

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

This div background color is #f213ee


#f213ee Border Color

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

This div border color is #f213ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f213ee

Related Colors


Comments

No comments written yet.

Please login to write comment.