Color Hex Logo

#f32fef Color Hex

#F32FEF
(243,47,239)
0 Favorites   0 Comments

Color spaces of #f32fef

RGB 24347239
HSL0.840.890.57
HSV301°81°95°
CMYK 0.000.810.02   0.05
XYZ53.558727.319784.1117
Yxy27.31970.32460.1656
Hunter Lab52.268391.4375-58.8235
CIE-Lab59.269188.5489-53.7367

#f32fef color RGB value is (243,47,239).

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

The process color (four color CMYK) of #f32fef color hex is 0.00, 0.81, 0.02, 0.05. Web safe color of #f32fef is #ff33ff. Color #f32fef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00101111 11101111
Octal 363 57 357
Decimal 243 47 239
Hex F3 2F EF

RGB Percentages of Color #f32fef

%45.94
%8.88
%45.18

CMYK Percentages of Color #f32fef

%0
%81
%2
%5

Triadic Colors of #f32fef

#f32fef #eff32f #2feff3

Analogous Colors of #f32fef

#f32fef #f32f8d #952ff3

Monochromatic Colors of #f32fef

#f32fef

Complementary Color

#f32fef #2ff333

#f32fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f32fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f32fef Color CSS Codes

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

#f32fef Text Font Color

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

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


#f32fef Background Color

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

This div background color is #f32fef


#f32fef Border Color

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

This div border color is #f32fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f32fef


Comments

No comments written yet.

Please login to write comment.