Color Hex Logo

#f5677f Color Hex

#F5677F
(245,103,127)
0 Favorites   0 Comments

Color spaces of #f5677f

RGB 245103127
HSL0.970.880.68
HSV350°58°96°
CMYK 0.000.580.48   0.04
XYZ46.337230.645323.5516
Yxy30.64530.46090.3048
Hunter Lab55.358252.535413.5264
CIE-Lab62.207156.420914.7839

#f5677f color RGB value is (245,103,127).

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

The process color (four color CMYK) of #f5677f color hex is 0.00, 0.58, 0.48, 0.04. Web safe color of #f5677f is #ff6666. Color #f5677f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100111 01111111
Octal 365 147 177
Decimal 245 103 127
Hex F5 67 7F

RGB Percentages of Color #f5677f

%51.58
%21.68
%26.74

CMYK Percentages of Color #f5677f

%0
%58
%48
%4

Triadic Colors of #f5677f

#f5677f #7ff567 #677ff5

Analogous Colors of #f5677f

#f5677f #f59667 #f567c6

Monochromatic Colors of #f5677f

#f5677f

Complementary Color

#f5677f #67f5dd

#f5677f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5677f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5677f Color CSS Codes

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

#f5677f Text Font Color

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

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


#f5677f Background Color

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

This div background color is #f5677f


#f5677f Border Color

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

This div border color is #f5677f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5677f


Comments

No comments written yet.

Please login to write comment.