Color Hex Logo

#f329ea Color Hex

#F329EA
(243,41,234)
0 Favorites   0 Comments

Color spaces of #f329ea

RGB 24341234
HSL0.840.890.56
HSV303°83°95°
CMYK 0.000.830.04   0.05
XYZ52.606426.581180.1999
Yxy26.58110.33010.1668
Hunter Lab51.556991.9092-56.1395
CIE-Lab58.584689.0371-52.0268

#f329ea color RGB value is (243,41,234).

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

The process color (four color CMYK) of #f329ea color hex is 0.00, 0.83, 0.04, 0.05. Web safe color of #f329ea is #ff33ff. Color #f329ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00101001 11101010
Octal 363 51 352
Decimal 243 41 234
Hex F3 29 EA

RGB Percentages of Color #f329ea

%46.91
%7.92
%45.17

CMYK Percentages of Color #f329ea

%0
%83
%4
%5

Triadic Colors of #f329ea

#f329ea #eaf329 #29eaf3

Analogous Colors of #f329ea

#f329ea #f32985 #9729f3

Monochromatic Colors of #f329ea

#f329ea

Complementary Color

#f329ea #29f332

#f329ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f329ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f329ea Color CSS Codes

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

#f329ea Text Font Color

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

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


#f329ea Background Color

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

This div background color is #f329ea


#f329ea Border Color

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

This div border color is #f329ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f329ea


Comments

No comments written yet.

Please login to write comment.