Color Hex Logo

#f5696c Color Hex

#F5696C
(245,105,108)
0 Favorites   0 Comments

Color spaces of #f5696c

RGB 245105108
HSL1.000.880.69
HSV359°57°96°
CMYK 0.000.570.56   0.04
XYZ45.414530.598317.6998
Yxy30.59830.48460.3265
Hunter Lab55.315749.746919.7495
CIE-Lab62.167153.963825.6185

#f5696c color RGB value is (245,105,108).

#f5696c hex color red value is 245, green value is 105 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #f5696c hue: 1.00 , saturation: 0.88 and the lightness value of f5696c is 0.69.

The process color (four color CMYK) of #f5696c color hex is 0.00, 0.57, 0.56, 0.04. Web safe color of #f5696c is #ff6666. Color #f5696c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101001 01101100
Octal 365 151 154
Decimal 245 105 108
Hex F5 69 6C

RGB Percentages of Color #f5696c

%53.49
%22.93
%23.58

CMYK Percentages of Color #f5696c

%0
%57
%56
%4

Triadic Colors of #f5696c

#f5696c #6cf569 #696cf5

Analogous Colors of #f5696c

#f5696c #f5ac69 #f569b2

Monochromatic Colors of #f5696c

#f5696c

Complementary Color

#f5696c #69f5f2

#f5696c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5696c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5696c Color CSS Codes

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

#f5696c Text Font Color

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

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


#f5696c Background Color

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

This div background color is #f5696c


#f5696c Border Color

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

This div border color is #f5696c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,105,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5696c


Comments

No comments written yet.

Please login to write comment.