Color Hex Logo

#f58adf Color Hex

#F58ADF
(245,138,223)
0 Favorites   0 Comments

Color spaces of #f58adf

RGB 245138223
HSL0.870.840.75
HSV312°44°96°
CMYK 0.000.440.09   0.04
XYZ60.064042.917174.9302
Yxy42.91710.33760.2412
Hunter Lab65.511149.0135-21.9568
CIE-Lab71.498751.9210-25.7151

#f58adf color RGB value is (245,138,223).

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

The process color (four color CMYK) of #f58adf color hex is 0.00, 0.44, 0.09, 0.04. Web safe color of #f58adf is #ff99cc. Color #f58adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001010 11011111
Octal 365 212 337
Decimal 245 138 223
Hex F5 8A DF

RGB Percentages of Color #f58adf

%40.43
%22.77
%36.80

CMYK Percentages of Color #f58adf

%0
%44
%9
%4

Triadic Colors of #f58adf

#f58adf #dff58a #8adff5

Analogous Colors of #f58adf

#f58adf #f58aaa #d68af5

Monochromatic Colors of #f58adf

#f58adf

Complementary Color

#f58adf #8af5a0

#f58adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58adf Color CSS Codes

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

#f58adf Text Font Color

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

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


#f58adf Background Color

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

This div background color is #f58adf


#f58adf Border Color

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

This div border color is #f58adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58adf


Comments

No comments written yet.

Please login to write comment.