Color Hex Logo

#f332eb Color Hex

#F332EB
(243,50,235)
0 Favorites   0 Comments

Color spaces of #f332eb

RGB 24350235
HSL0.840.890.57
HSV302°79°95°
CMYK 0.000.790.03   0.05
XYZ53.098127.334081.0747
Yxy27.33400.32880.1692
Hunter Lab52.281989.7932-55.3449
CIE-Lab59.282287.3050-51.4783

#f332eb color RGB value is (243,50,235).

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

The process color (four color CMYK) of #f332eb color hex is 0.00, 0.79, 0.03, 0.05. Web safe color of #f332eb is #ff33ff. Color #f332eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110010 11101011
Octal 363 62 353
Decimal 243 50 235
Hex F3 32 EB

RGB Percentages of Color #f332eb

%46.02
%9.47
%44.51

CMYK Percentages of Color #f332eb

%0
%79
%3
%5

Triadic Colors of #f332eb

#f332eb #ebf332 #32ebf3

Analogous Colors of #f332eb

#f332eb #f3328b #9b32f3

Monochromatic Colors of #f332eb

#f332eb

Complementary Color

#f332eb #32f33a

#f332eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f332eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f332eb Color CSS Codes

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

#f332eb Text Font Color

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

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


#f332eb Background Color

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

This div background color is #f332eb


#f332eb Border Color

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

This div border color is #f332eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f332eb


Comments

No comments written yet.

Please login to write comment.