Color Hex Logo

#f14084 Color Hex

#F14084
(241,64,132)
0 Favorites   0 Comments

Color spaces of #f14084

RGB 24164132
HSL0.940.860.60
HSV337°73°95°
CMYK 0.000.730.45   0.05
XYZ42.273924.033524.2406
Yxy24.03350.46690.2654
Hunter Lab49.024068.13055.0000
CIE-Lab56.121370.79633.1317

#f14084 color RGB value is (241,64,132).

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

The process color (four color CMYK) of #f14084 color hex is 0.00, 0.73, 0.45, 0.05. Web safe color of #f14084 is #ff3399. Color #f14084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000000 10000100
Octal 361 100 204
Decimal 241 64 132
Hex F1 40 84

RGB Percentages of Color #f14084

%55.15
%14.65
%30.21

CMYK Percentages of Color #f14084

%0
%73
%45
%5

Triadic Colors of #f14084

#f14084 #84f140 #4084f1

Analogous Colors of #f14084

#f14084 #f15540 #f140dd

Monochromatic Colors of #f14084

#f14084

Complementary Color

#f14084 #40f1ad

#f14084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14084 Color CSS Codes

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

#f14084 Text Font Color

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

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


#f14084 Background Color

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

This div background color is #f14084


#f14084 Border Color

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

This div border color is #f14084


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,64,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f14084">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14084


Comments

No comments written yet.

Please login to write comment.