Color Hex Logo

#f0078a Color Hex

#F0078A
(240,7,138)
0 Favorites   0 Comments

Color spaces of #f0078a

RGB 2407138
HSL0.910.940.48
HSV326°97°94°
CMYK 0.000.970.43   0.06
XYZ40.598620.512225.8642
Yxy20.51220.46680.2358
Hunter Lab45.290480.7503-2.1557
CIE-Lab52.411481.6773-5.9126

#f0078a color RGB value is (240,7,138).

#f0078a hex color red value is 240, green value is 7 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f0078a hue: 0.91 , saturation: 0.94 and the lightness value of f0078a is 0.48.

The process color (four color CMYK) of #f0078a color hex is 0.00, 0.97, 0.43, 0.06. Web safe color of #f0078a is #ff0099. Color #f0078a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000111 10001010
Octal 360 7 212
Decimal 240 7 138
Hex F0 7 8A

RGB Percentages of Color #f0078a

%62.34
%1.82
%35.84

CMYK Percentages of Color #f0078a

%0
%97
%43
%6

Triadic Colors of #f0078a

#f0078a #8af007 #078af0

Analogous Colors of #f0078a

#f0078a #f00715 #e207f0

Monochromatic Colors of #f0078a

#f0078a

Complementary Color

#f0078a #07f06d

#f0078a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0078a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0078a Color CSS Codes

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

#f0078a Text Font Color

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

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


#f0078a Background Color

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

This div background color is #f0078a


#f0078a Border Color

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

This div border color is #f0078a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0078a


Comments

No comments written yet.

Please login to write comment.