Color Hex Logo

#f142ec Color Hex

#F142EC
(241,66,236)
0 Favorites   0 Comments

Color spaces of #f142ec

RGB 24166236
HSL0.840.860.60
HSV302°73°95°
CMYK 0.000.730.02   0.05
XYZ53.364228.653382.0749
Yxy28.65330.32520.1746
Hunter Lab53.528884.2758-53.4384
CIE-Lab60.474482.8530-50.1652

#f142ec color RGB value is (241,66,236).

#f142ec hex color red value is 241, green value is 66 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f142ec hue: 0.84 , saturation: 0.86 and the lightness value of f142ec is 0.60.

The process color (four color CMYK) of #f142ec color hex is 0.00, 0.73, 0.02, 0.05. Web safe color of #f142ec is #ff33ff. Color #f142ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000010 11101100
Octal 361 102 354
Decimal 241 66 236
Hex F1 42 EC

RGB Percentages of Color #f142ec

%44.38
%12.15
%43.46

CMYK Percentages of Color #f142ec

%0
%73
%2
%5

Triadic Colors of #f142ec

#f142ec #ecf142 #42ecf1

Analogous Colors of #f142ec

#f142ec #f14295 #9f42f1

Monochromatic Colors of #f142ec

#f142ec

Complementary Color

#f142ec #42f147

#f142ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f142ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f142ec Color CSS Codes

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

#f142ec Text Font Color

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

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


#f142ec Background Color

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

This div background color is #f142ec


#f142ec Border Color

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

This div border color is #f142ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f142ec


Comments

No comments written yet.

Please login to write comment.