Color Hex Logo

#f300ee Color Hex

#F300EE
(243,0,238)
0 Favorites   0 Comments

Color spaces of #f300ee

RGB 2430238
HSL0.841.000.48
HSV301°100°95°
CMYK 0.001.000.02   0.05
XYZ52.394825.227782.9968
Yxy25.22770.32620.1571
Hunter Lab50.227298.3058-62.8134
CIE-Lab57.296694.0375-56.3231

#f300ee color RGB value is (243,0,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000000 11101110
Octal 363 0 356
Decimal 243 0 238
Hex F3 0 EE

RGB Percentages of Color #f300ee

%50.52
%0.00
%49.48

CMYK Percentages of Color #f300ee

%0
%100
%2
%5

Triadic Colors of #f300ee

#f300ee #eef300 #00eef3

Analogous Colors of #f300ee

#f300ee #f30075 #7f00f3

Monochromatic Colors of #f300ee

#f300ee

Complementary Color

#f300ee #00f305

#f300ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f300ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f300ee Color CSS Codes

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

#f300ee Text Font Color

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

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


#f300ee Background Color

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

This div background color is #f300ee


#f300ee Border Color

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

This div border color is #f300ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f300ee

#f300ee Color Palettes


Comments

No comments written yet.

Please login to write comment.