Color Hex Logo

#f3328f Color Hex

#F3328F
(243,50,143)
0 Favorites   0 Comments

Color spaces of #f3328f

RGB 24350143
HSL0.920.890.57
HSV331°79°95°
CMYK 0.000.790.41   0.05
XYZ43.060723.319128.2181
Yxy23.31910.45520.2465
Hunter Lab48.289974.6636-0.8431
CIE-Lab55.399576.2609-4.4098

#f3328f color RGB value is (243,50,143).

#f3328f hex color red value is 243, green value is 50 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #f3328f hue: 0.92 , saturation: 0.89 and the lightness value of f3328f is 0.57.

The process color (four color CMYK) of #f3328f color hex is 0.00, 0.79, 0.41, 0.05. Web safe color of #f3328f is #ff3399. Color #f3328f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110010 10001111
Octal 363 62 217
Decimal 243 50 143
Hex F3 32 8F

RGB Percentages of Color #f3328f

%55.73
%11.47
%32.80

CMYK Percentages of Color #f3328f

%0
%79
%41
%5

Triadic Colors of #f3328f

#f3328f #8ff332 #328ff3

Analogous Colors of #f3328f

#f3328f #f33632 #f332f0

Monochromatic Colors of #f3328f

#f3328f

Complementary Color

#f3328f #32f396

#f3328f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3328f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3328f Color CSS Codes

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

#f3328f Text Font Color

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

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


#f3328f Background Color

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

This div background color is #f3328f


#f3328f Border Color

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

This div border color is #f3328f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3328f


Comments

No comments written yet.

Please login to write comment.