Color Hex Logo

#f359fb Color Hex

#F359FB
(243,89,251)
0 Favorites   0 Comments

Color spaces of #f359fb

RGB 24389251
HSL0.830.950.67
HSV297°65°98°
CMYK 0.030.650.00   0.02
XYZ57.947133.164594.6140
Yxy33.16450.31200.1786
Hunter Lab57.588678.8310-57.0972
CIE-Lab64.293977.8750-52.4136

#f359fb color RGB value is (243,89,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01011001 11111011
Octal 363 131 373
Decimal 243 89 251
Hex F3 59 FB

RGB Percentages of Color #f359fb

%41.68
%15.27
%43.05

CMYK Percentages of Color #f359fb

%3
%65
%0
%2

Triadic Colors of #f359fb

#f359fb #fbf359 #59fbf3

Analogous Colors of #f359fb

#f359fb #fb59b2 #a259fb

Monochromatic Colors of #f359fb

#f359fb

Complementary Color

#f359fb #61fb59

#f359fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f359fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f359fb Color CSS Codes

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

#f359fb Text Font Color

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

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


#f359fb Background Color

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

This div background color is #f359fb


#f359fb Border Color

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

This div border color is #f359fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f359fb

Related Colors


Comments

No comments written yet.

Please login to write comment.