Color Hex Logo

#f00788 Color Hex

#F00788
(240,7,136)
0 Favorites   0 Comments

Color spaces of #f00788

RGB 2407136
HSL0.910.940.48
HSV327°97°94°
CMYK 0.000.970.43   0.06
XYZ40.455120.454825.1085
Yxy20.45480.47030.2378
Hunter Lab45.227080.5193-1.2569
CIE-Lab52.347681.5085-4.8045

#f00788 color RGB value is (240,7,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000111 10001000
Octal 360 7 210
Decimal 240 7 136
Hex F0 7 88

RGB Percentages of Color #f00788

%62.66
%1.83
%35.51

CMYK Percentages of Color #f00788

%0
%97
%43
%6

Triadic Colors of #f00788

#f00788 #88f007 #0788f0

Analogous Colors of #f00788

#f00788 #f00713 #e407f0

Monochromatic Colors of #f00788

#f00788

Complementary Color

#f00788 #07f06f

#f00788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00788 Color CSS Codes

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

#f00788 Text Font Color

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

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


#f00788 Background Color

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

This div background color is #f00788


#f00788 Border Color

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

This div border color is #f00788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00788


Comments

No comments written yet.

Please login to write comment.