Color Hex Logo

#f0679e Color Hex

#F0679E
(240,103,158)
0 Favorites   0 Comments

Color spaces of #f0679e

RGB 240103158
HSL0.930.820.67
HSV336°57°94°
CMYK 0.000.570.34   0.06
XYZ46.957030.694435.7975
Yxy30.69440.41390.2706
Hunter Lab55.402554.33510.4724
CIE-Lab62.248857.9878-3.1249

#f0679e color RGB value is (240,103,158).

#f0679e hex color red value is 240, green value is 103 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #f0679e hue: 0.93 , saturation: 0.82 and the lightness value of f0679e is 0.67.

The process color (four color CMYK) of #f0679e color hex is 0.00, 0.57, 0.34, 0.06. Web safe color of #f0679e is #ff6699. Color #f0679e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100111 10011110
Octal 360 147 236
Decimal 240 103 158
Hex F0 67 9E

RGB Percentages of Color #f0679e

%47.90
%20.56
%31.54

CMYK Percentages of Color #f0679e

%0
%57
%34
%6

Triadic Colors of #f0679e

#f0679e #9ef067 #679ef0

Analogous Colors of #f0679e

#f0679e #f07567 #f067e3

Monochromatic Colors of #f0679e

#f0679e

Complementary Color

#f0679e #67f0b9

#f0679e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0679e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0679e Color CSS Codes

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

#f0679e Text Font Color

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

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


#f0679e Background Color

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

This div background color is #f0679e


#f0679e Border Color

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

This div border color is #f0679e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0679e


Comments

No comments written yet.

Please login to write comment.