Color Hex Logo

#f58694 Color Hex

#F58694
(245,134,148)
0 Favorites   0 Comments

Color spaces of #f58694

RGB 245134148
HSL0.980.850.74
HSV352°45°96°
CMYK 0.000.450.40   0.04
XYZ51.526638.600832.7519
Yxy38.60080.41930.3141
Hunter Lab62.129539.310712.2357
CIE-Lab68.461143.637611.6172

#f58694 color RGB value is (245,134,148).

#f58694 hex color red value is 245, green value is 134 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #f58694 hue: 0.98 , saturation: 0.85 and the lightness value of f58694 is 0.74.

The process color (four color CMYK) of #f58694 color hex is 0.00, 0.45, 0.40, 0.04. Web safe color of #f58694 is #ff9999. Color #f58694 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000110 10010100
Octal 365 206 224
Decimal 245 134 148
Hex F5 86 94

RGB Percentages of Color #f58694

%46.49
%25.43
%28.08

CMYK Percentages of Color #f58694

%0
%45
%40
%4

Triadic Colors of #f58694

#f58694 #94f586 #8694f5

Analogous Colors of #f58694

#f58694 #f5b086 #f586cc

Monochromatic Colors of #f58694

#f58694

Complementary Color

#f58694 #86f5e7

#f58694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58694 Color CSS Codes

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

#f58694 Text Font Color

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

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


#f58694 Background Color

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

This div background color is #f58694


#f58694 Border Color

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

This div border color is #f58694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58694


Comments

No comments written yet.

Please login to write comment.