Color Hex Logo

#f300fb Color Hex

#F300FB
(243,0,251)
0 Favorites   0 Comments

Color spaces of #f300fb

RGB 2430251
HSL0.831.000.49
HSV298°100°98°
CMYK 0.031.000.00   0.02
XYZ54.374726.019793.4232
Yxy26.01970.31280.1497
Hunter Lab51.0095101.0093-72.8821
CIE-Lab58.055795.8656-62.3649

#f300fb color RGB value is (243,0,251).

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

The process color (four color CMYK) of #f300fb color hex is 0.03, 1.00, 0.00, 0.02. Web safe color of #f300fb is #ff00ff. Color #f300fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000000 11111011
Octal 363 0 373
Decimal 243 0 251
Hex F3 0 FB

RGB Percentages of Color #f300fb

%49.19
%0.00
%50.81

CMYK Percentages of Color #f300fb

%3
%100
%0
%2

Triadic Colors of #f300fb

#f300fb #fbf300 #00fbf3

Analogous Colors of #f300fb

#f300fb #fb0086 #7600fb

Monochromatic Colors of #f300fb

#f300fb

Complementary Color

#f300fb #08fb00

#f300fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f300fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f300fb Color CSS Codes

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

#f300fb Text Font Color

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

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


#f300fb Background Color

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

This div background color is #f300fb


#f300fb Border Color

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

This div border color is #f300fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f300fb


Comments

No comments written yet.

Please login to write comment.