Color Hex Logo

#f58afc Color Hex

#F58AFC
(245,138,252)
0 Favorites   0 Comments

Color spaces of #f58afc

RGB 245138252
HSL0.820.950.76
HSV296°45°99°
CMYK 0.030.450.00   0.01
XYZ64.315444.617797.3177
Yxy44.61770.31180.2163
Hunter Lab66.796554.9760-39.6238
CIE-Lab72.639456.8974-39.8255

#f58afc color RGB value is (245,138,252).

#f58afc hex color red value is 245, green value is 138 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f58afc hue: 0.82 , saturation: 0.95 and the lightness value of f58afc is 0.76.

The process color (four color CMYK) of #f58afc color hex is 0.03, 0.45, 0.00, 0.01. Web safe color of #f58afc is #ff99ff. Color #f58afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001010 11111100
Octal 365 212 374
Decimal 245 138 252
Hex F5 8A FC

RGB Percentages of Color #f58afc

%38.58
%21.73
%39.69

CMYK Percentages of Color #f58afc

%3
%45
%0
%1

Triadic Colors of #f58afc

#f58afc #fcf58a #8afcf5

Analogous Colors of #f58afc

#f58afc #fc8aca #bc8afc

Monochromatic Colors of #f58afc

#f58afc

Complementary Color

#f58afc #91fc8a

#f58afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58afc Color CSS Codes

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

#f58afc Text Font Color

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

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


#f58afc Background Color

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

This div background color is #f58afc


#f58afc Border Color

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

This div border color is #f58afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58afc


Comments

No comments written yet.

Please login to write comment.