Color Hex Logo

#f558fb Color Hex

#F558FB
(245,88,251)
0 Favorites   0 Comments

Color spaces of #f558fb

RGB 24588251
HSL0.830.950.66
HSV298°65°98°
CMYK 0.020.650.00   0.02
XYZ58.558533.357094.6189
Yxy33.35700.31390.1788
Hunter Lab57.755579.9095-56.7039
CIE-Lab64.448978.6925-52.1495

#f558fb color RGB value is (245,88,251).

#f558fb hex color red value is 245, green value is 88 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f558fb hue: 0.83 , saturation: 0.95 and the lightness value of f558fb is 0.66.

The process color (four color CMYK) of #f558fb color hex is 0.02, 0.65, 0.00, 0.02. Web safe color of #f558fb is #ff66ff. Color #f558fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011000 11111011
Octal 365 130 373
Decimal 245 88 251
Hex F5 58 FB

RGB Percentages of Color #f558fb

%41.95
%15.07
%42.98

CMYK Percentages of Color #f558fb

%2
%65
%0
%2

Triadic Colors of #f558fb

#f558fb #fbf558 #58fbf5

Analogous Colors of #f558fb

#f558fb #fb58b0 #a458fb

Monochromatic Colors of #f558fb

#f558fb

Complementary Color

#f558fb #5efb58

#f558fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f558fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f558fb Color CSS Codes

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

#f558fb Text Font Color

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

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


#f558fb Background Color

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

This div background color is #f558fb


#f558fb Border Color

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

This div border color is #f558fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,88,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 #f558fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f558fb

Related Colors


Comments

No comments written yet.

Please login to write comment.