Color Hex Logo

#f412ee Color Hex

#F412EE
(244,18,238)
0 Favorites   0 Comments

Color spaces of #f412ee

RGB 24418238
HSL0.840.910.51
HSV302°93°96°
CMYK 0.000.930.02   0.04
XYZ52.957125.838883.0851
Yxy25.83880.32710.1596
Hunter Lab50.831997.0071-61.3276
CIE-Lab57.883792.9682-55.3756

#f412ee color RGB value is (244,18,238).

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

The process color (four color CMYK) of #f412ee color hex is 0.00, 0.93, 0.02, 0.04. Web safe color of #f412ee is #ff00ff. Color #f412ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010010 11101110
Octal 364 22 356
Decimal 244 18 238
Hex F4 12 EE

RGB Percentages of Color #f412ee

%48.80
%3.60
%47.60

CMYK Percentages of Color #f412ee

%0
%93
%2
%4

Triadic Colors of #f412ee

#f412ee #eef412 #12eef4

Analogous Colors of #f412ee

#f412ee #f4127d #8912f4

Monochromatic Colors of #f412ee

#f412ee

Complementary Color

#f412ee #12f418

#f412ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f412ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f412ee Color CSS Codes

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

#f412ee Text Font Color

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

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


#f412ee Background Color

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

This div background color is #f412ee


#f412ee Border Color

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

This div border color is #f412ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f412ee


Comments

No comments written yet.

Please login to write comment.