Color Hex Logo

#f58afb Color Hex

#F58AFB
(245,138,251)
0 Favorites   0 Comments

Color spaces of #f58afb

RGB 245138251
HSL0.820.930.76
HSV297°45°98°
CMYK 0.020.450.00   0.02
XYZ64.157344.554596.4852
Yxy44.55450.31270.2171
Hunter Lab66.749254.7579-38.9787
CIE-Lab72.597656.7179-39.3468

#f58afb color RGB value is (245,138,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001010 11111011
Octal 365 212 373
Decimal 245 138 251
Hex F5 8A FB

RGB Percentages of Color #f58afb

%38.64
%21.77
%39.59

CMYK Percentages of Color #f58afb

%2
%45
%0
%2

Triadic Colors of #f58afb

#f58afb #fbf58a #8afbf5

Analogous Colors of #f58afb

#f58afb #fb8ac9 #bd8afb

Monochromatic Colors of #f58afb

#f58afb

Complementary Color

#f58afb #90fb8a

#f58afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58afb Color CSS Codes

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

#f58afb Text Font Color

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

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


#f58afb Background Color

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

This div background color is #f58afb


#f58afb Border Color

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

This div border color is #f58afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58afb

Related Colors


Comments

No comments written yet.

Please login to write comment.