Color Hex Logo

#f332fb Color Hex

#F332FB
(243,50,251)
0 Favorites   0 Comments

Color spaces of #f332fb

RGB 24350251
HSL0.830.960.59
HSV298°80°98°
CMYK 0.030.800.00   0.02
XYZ55.515328.300993.8034
Yxy28.30090.31260.1593
Hunter Lab53.198693.1758-67.3052
CIE-Lab60.159689.6794-58.9950

#f332fb color RGB value is (243,50,251).

#f332fb hex color red value is 243, green value is 50 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f332fb hue: 0.83 , saturation: 0.96 and the lightness value of f332fb is 0.59.

The process color (four color CMYK) of #f332fb color hex is 0.03, 0.80, 0.00, 0.02. Web safe color of #f332fb is #ff33ff. Color #f332fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110010 11111011
Octal 363 62 373
Decimal 243 50 251
Hex F3 32 FB

RGB Percentages of Color #f332fb

%44.67
%9.19
%46.14

CMYK Percentages of Color #f332fb

%3
%80
%0
%2

Triadic Colors of #f332fb

#f332fb #fbf332 #32fbf3

Analogous Colors of #f332fb

#f332fb #fb329f #8f32fb

Monochromatic Colors of #f332fb

#f332fb

Complementary Color

#f332fb #3afb32

#f332fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f332fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f332fb Color CSS Codes

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

#f332fb Text Font Color

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

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


#f332fb Background Color

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

This div background color is #f332fb


#f332fb Border Color

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

This div border color is #f332fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f332fb

Related Colors


Comments

No comments written yet.

Please login to write comment.