Color Hex Logo

#f0677f Color Hex

#F0677F
(240,103,127)
0 Favorites   0 Comments

Color spaces of #f0677f

RGB 240103127
HSL0.970.820.67
HSV349°57°94°
CMYK 0.000.570.47   0.06
XYZ44.616229.758123.4710
Yxy29.75810.45600.3041
Hunter Lab54.551050.527512.6757
CIE-Lab61.444954.772413.6070

#f0677f color RGB value is (240,103,127).

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

The process color (four color CMYK) of #f0677f color hex is 0.00, 0.57, 0.47, 0.06. Web safe color of #f0677f is #ff6666. Color #f0677f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100111 01111111
Octal 360 147 177
Decimal 240 103 127
Hex F0 67 7F

RGB Percentages of Color #f0677f

%51.06
%21.91
%27.02

CMYK Percentages of Color #f0677f

%0
%57
%47
%6

Triadic Colors of #f0677f

#f0677f #7ff067 #677ff0

Analogous Colors of #f0677f

#f0677f #f09467 #f067c4

Monochromatic Colors of #f0677f

#f0677f

Complementary Color

#f0677f #67f0d8

#f0677f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0677f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0677f Color CSS Codes

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

#f0677f Text Font Color

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

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


#f0677f Background Color

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

This div background color is #f0677f


#f0677f Border Color

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

This div border color is #f0677f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0677f


Comments

No comments written yet.

Please login to write comment.