Color Hex Logo

#f5699b Color Hex

#F5699B
(245,105,155)
0 Favorites   0 Comments

Color spaces of #f5699b

RGB 245105155
HSL0.940.880.69
HSV339°57°96°
CMYK 0.000.570.37   0.04
XYZ48.624231.882234.6014
Yxy31.88220.42240.2770
Hunter Lab56.464354.90253.1921
CIE-Lab63.245458.31570.1483

#f5699b color RGB value is (245,105,155).

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

The process color (four color CMYK) of #f5699b color hex is 0.00, 0.57, 0.37, 0.04. Web safe color of #f5699b is #ff6699. Color #f5699b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101001 10011011
Octal 365 151 233
Decimal 245 105 155
Hex F5 69 9B

RGB Percentages of Color #f5699b

%48.51
%20.79
%30.69

CMYK Percentages of Color #f5699b

%0
%57
%37
%4

Triadic Colors of #f5699b

#f5699b #9bf569 #699bf5

Analogous Colors of #f5699b

#f5699b #f57d69 #f569e1

Monochromatic Colors of #f5699b

#f5699b

Complementary Color

#f5699b #69f5c3

#f5699b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5699b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5699b Color CSS Codes

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

#f5699b Text Font Color

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

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


#f5699b Background Color

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

This div background color is #f5699b


#f5699b Border Color

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

This div border color is #f5699b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5699b


Comments

No comments written yet.

Please login to write comment.