Color Hex Logo

#f300ed Color Hex

#F300ED
(243,0,237)
0 Favorites   0 Comments

Color spaces of #f300ed

RGB 2430237
HSL0.841.000.48
HSV301°100°95°
CMYK 0.001.000.02   0.05
XYZ52.248225.169182.2251
Yxy25.16910.32730.1577
Hunter Lab50.168898.1030-62.0563
CIE-Lab57.239893.8996-55.8530

#f300ed color RGB value is (243,0,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000000 11101101
Octal 363 0 355
Decimal 243 0 237
Hex F3 0 ED

RGB Percentages of Color #f300ed

%50.63
%0.00
%49.38

CMYK Percentages of Color #f300ed

%0
%100
%2
%5

Triadic Colors of #f300ed

#f300ed #edf300 #00edf3

Analogous Colors of #f300ed

#f300ed #f30074 #8000f3

Monochromatic Colors of #f300ed

#f300ed

Complementary Color

#f300ed #00f306

#f300ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f300ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f300ed Color CSS Codes

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

#f300ed Text Font Color

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

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


#f300ed Background Color

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

This div background color is #f300ed


#f300ed Border Color

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

This div border color is #f300ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f300ed


Comments

No comments written yet.

Please login to write comment.