Color Hex Logo

#f300fc Color Hex

#F300FC
(243,0,252)
0 Favorites   0 Comments

Color spaces of #f300fc

RGB 2430252
HSL0.831.000.49
HSV298°100°99°
CMYK 0.041.000.00   0.01
XYZ54.532826.083094.2558
Yxy26.08300.31180.1492
Hunter Lab51.0715101.2224-73.6735
CIE-Lab58.115796.0089-62.8244

#f300fc color RGB value is (243,0,252).

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

The process color (four color CMYK) of #f300fc color hex is 0.04, 1.00, 0.00, 0.01. Web safe color of #f300fc is #ff00ff. Color #f300fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000000 11111100
Octal 363 0 374
Decimal 243 0 252
Hex F3 0 FC

RGB Percentages of Color #f300fc

%49.09
%0.00
%50.91

CMYK Percentages of Color #f300fc

%4
%100
%0
%1

Triadic Colors of #f300fc

#f300fc #fcf300 #00fcf3

Analogous Colors of #f300fc

#f300fc #fc0087 #7500fc

Monochromatic Colors of #f300fc

#f300fc

Complementary Color

#f300fc #09fc00

#f300fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f300fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f300fc Color CSS Codes

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

#f300fc Text Font Color

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

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


#f300fc Background Color

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

This div background color is #f300fc


#f300fc Border Color

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

This div border color is #f300fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f300fc

Related Colors


Comments

No comments written yet.

Please login to write comment.