Color Hex Logo

#f2677f Color Hex

#F2677F
(242,103,127)
0 Favorites   0 Comments

Color spaces of #f2677f

RGB 242103127
HSL0.970.840.68
HSV350°57°95°
CMYK 0.000.570.48   0.05
XYZ45.299030.110023.5030
Yxy30.11000.45800.3044
Hunter Lab54.872651.330213.0157
CIE-Lab61.749055.434014.0768

#f2677f color RGB value is (242,103,127).

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

The process color (four color CMYK) of #f2677f color hex is 0.00, 0.57, 0.48, 0.05. Web safe color of #f2677f is #ff6666. Color #f2677f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100111 01111111
Octal 362 147 177
Decimal 242 103 127
Hex F2 67 7F

RGB Percentages of Color #f2677f

%51.27
%21.82
%26.91

CMYK Percentages of Color #f2677f

%0
%57
%48
%5

Triadic Colors of #f2677f

#f2677f #7ff267 #677ff2

Analogous Colors of #f2677f

#f2677f #f29567 #f267c5

Monochromatic Colors of #f2677f

#f2677f

Complementary Color

#f2677f #67f2da

#f2677f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2677f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2677f Color CSS Codes

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

#f2677f Text Font Color

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

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


#f2677f Background Color

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

This div background color is #f2677f


#f2677f Border Color

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

This div border color is #f2677f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,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 #f2677f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2677f


Comments

No comments written yet.

Please login to write comment.