Color Hex Logo

#f58bad Color Hex

#F58BAD
(245,139,173)
0 Favorites   0 Comments

Color spaces of #f58bad

RGB 245139173
HSL0.950.840.75
HSV341°43°96°
CMYK 0.000.430.29   0.04
XYZ54.431640.894844.5598
Yxy40.89480.38910.2923
Hunter Lab63.949040.02333.4510
CIE-Lab70.102244.0862-0.0359

#f58bad color RGB value is (245,139,173).

#f58bad hex color red value is 245, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f58bad hue: 0.95 , saturation: 0.84 and the lightness value of f58bad is 0.75.

The process color (four color CMYK) of #f58bad color hex is 0.00, 0.43, 0.29, 0.04. Web safe color of #f58bad is #ff9999. Color #f58bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001011 10101101
Octal 365 213 255
Decimal 245 139 173
Hex F5 8B AD

RGB Percentages of Color #f58bad

%43.99
%24.96
%31.06

CMYK Percentages of Color #f58bad

%0
%43
%29
%4

Triadic Colors of #f58bad

#f58bad #adf58b #8badf5

Analogous Colors of #f58bad

#f58bad #f59e8b #f58be2

Monochromatic Colors of #f58bad

#f58bad

Complementary Color

#f58bad #8bf5d3

#f58bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58bad Color CSS Codes

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

#f58bad Text Font Color

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

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


#f58bad Background Color

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

This div background color is #f58bad


#f58bad Border Color

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

This div border color is #f58bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58bad


Comments

No comments written yet.

Please login to write comment.