Color Hex Logo

#f58598 Color Hex

#F58598
(245,133,152)
0 Favorites   0 Comments

Color spaces of #f58598

RGB 245133152
HSL0.970.850.74
HSV350°46°96°
CMYK 0.000.460.38   0.04
XYZ51.711238.454534.4028
Yxy38.45450.41510.3087
Hunter Lab62.011740.329710.5153
CIE-Lab68.354344.58449.2183

#f58598 color RGB value is (245,133,152).

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

The process color (four color CMYK) of #f58598 color hex is 0.00, 0.46, 0.38, 0.04. Web safe color of #f58598 is #ff9999. Color #f58598 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000101 10011000
Octal 365 205 230
Decimal 245 133 152
Hex F5 85 98

RGB Percentages of Color #f58598

%46.23
%25.09
%28.68

CMYK Percentages of Color #f58598

%0
%46
%38
%4

Triadic Colors of #f58598

#f58598 #98f585 #8598f5

Analogous Colors of #f58598

#f58598 #f5aa85 #f585d0

Monochromatic Colors of #f58598

#f58598

Complementary Color

#f58598 #85f5e2

#f58598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58598 Color CSS Codes

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

#f58598 Text Font Color

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

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


#f58598 Background Color

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

This div background color is #f58598


#f58598 Border Color

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

This div border color is #f58598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58598


Comments

No comments written yet.

Please login to write comment.