Color Hex Logo

#f0387a Color Hex

#F0387A
(240,56,122)
0 Favorites   0 Comments

Color spaces of #f0387a

RGB 24056122
HSL0.940.860.58
HSV338°77°94°
CMYK 0.000.770.49   0.06
XYZ40.862222.758820.6516
Yxy22.75880.48490.2701
Hunter Lab47.706269.40647.7282
CIE-Lab54.823072.09587.1978

#f0387a color RGB value is (240,56,122).

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

The process color (four color CMYK) of #f0387a color hex is 0.00, 0.77, 0.49, 0.06. Web safe color of #f0387a is #ff3366. Color #f0387a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111000 01111010
Octal 360 70 172
Decimal 240 56 122
Hex F0 38 7A

RGB Percentages of Color #f0387a

%57.42
%13.40
%29.19

CMYK Percentages of Color #f0387a

%0
%77
%49
%6

Triadic Colors of #f0387a

#f0387a #7af038 #387af0

Analogous Colors of #f0387a

#f0387a #f05238 #f038d6

Monochromatic Colors of #f0387a

#f0387a

Complementary Color

#f0387a #38f0ae

#f0387a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0387a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0387a Color CSS Codes

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

#f0387a Text Font Color

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

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


#f0387a Background Color

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

This div background color is #f0387a


#f0387a Border Color

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

This div border color is #f0387a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0387a


Comments

No comments written yet.

Please login to write comment.