Color Hex Logo

#f03981 Color Hex

#F03981
(240,57,129)
0 Favorites   0 Comments

Color spaces of #f03981

RGB 24057129
HSL0.930.860.58
HSV336°76°94°
CMYK 0.000.760.46   0.06
XYZ41.360823.036523.0354
Yxy23.03650.47310.2635
Hunter Lab47.996469.82855.1418
CIE-Lab55.109972.38793.4310

#f03981 color RGB value is (240,57,129).

#f03981 hex color red value is 240, green value is 57 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #f03981 hue: 0.93 , saturation: 0.86 and the lightness value of f03981 is 0.58.

The process color (four color CMYK) of #f03981 color hex is 0.00, 0.76, 0.46, 0.06. Web safe color of #f03981 is #ff3399. Color #f03981 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111001 10000001
Octal 360 71 201
Decimal 240 57 129
Hex F0 39 81

RGB Percentages of Color #f03981

%56.34
%13.38
%30.28

CMYK Percentages of Color #f03981

%0
%76
%46
%6

Triadic Colors of #f03981

#f03981 #81f039 #3981f0

Analogous Colors of #f03981

#f03981 #f04c39 #f039dd

Monochromatic Colors of #f03981

#f03981

Complementary Color

#f03981 #39f0a8

#f03981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03981 Color CSS Codes

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

#f03981 Text Font Color

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

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


#f03981 Background Color

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

This div background color is #f03981


#f03981 Border Color

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

This div border color is #f03981


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,57,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f03981; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f03981;
  -webkit-box-shadow: 1px 1px 3px 2px #f03981;
  box-shadow:         1px 1px 3px 2px #f03981; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,57,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03981


Comments

No comments written yet.

Please login to write comment.