Color Hex Logo

#f300ff Color Hex

#F300FF
(243,0,255)
0 Favorites   0 Comments

Color spaces of #f300ff

RGB 2430255
HSL0.831.000.50
HSV297°100°100°
CMYK 0.051.000.00   0.00
XYZ55.012126.274796.7798
Yxy26.27470.30890.1476
Hunter Lab51.2589101.8670-76.0619
CIE-Lab58.296996.4418-64.1985

#f300ff color RGB value is (243,0,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000000 11111111
Octal 363 0 377
Decimal 243 0 255
Hex F3 0 FF

RGB Percentages of Color #f300ff

%48.80
%0.00
%51.20

CMYK Percentages of Color #f300ff

%5
%100
%0
%0

Triadic Colors of #f300ff

#f300ff #fff300 #00fff3

Analogous Colors of #f300ff

#f300ff #ff008c #7400ff

Monochromatic Colors of #f300ff

#f300ff

Complementary Color

#f300ff #0cff00

#f300ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f300ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f300ff Color CSS Codes

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

#f300ff Text Font Color

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

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


#f300ff Background Color

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

This div background color is #f300ff


#f300ff Border Color

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

This div border color is #f300ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,0,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f300ff

Related Colors


Comments

No comments written yet.

Please login to write comment.