Color Hex Logo

#ff349a Color Hex

#FF349A
(255,52,154)
0 Favorites   0 Comments

Color spaces of #ff349a

RGB 25552154
HSL0.921.000.60
HSV330°80°100°
CMYK 0.000.800.40   0.00
XYZ48.300726.049133.0541
Yxy26.04910.44970.2425
Hunter Lab51.038379.6085-2.6713
CIE-Lab58.083679.6760-6.6859

#ff349a color RGB value is (255,52,154).

#ff349a hex color red value is 255, green value is 52 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ff349a hue: 0.92 , saturation: 1.00 and the lightness value of ff349a is 0.60.

The process color (four color CMYK) of #ff349a color hex is 0.00, 0.80, 0.40, 0.00. Web safe color of #ff349a is #ff3399. Color #ff349a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110100 10011010
Octal 377 64 232
Decimal 255 52 154
Hex FF 34 9A

RGB Percentages of Color #ff349a

%55.31
%11.28
%33.41

CMYK Percentages of Color #ff349a

%0
%80
%40
%0

Triadic Colors of #ff349a

#ff349a #9aff34 #349aff

Analogous Colors of #ff349a

#ff349a #ff3435 #ff34ff

Monochromatic Colors of #ff349a

#ff349a

Complementary Color

#ff349a #34ff99

#ff349a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff349a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff349a Color CSS Codes

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

#ff349a Text Font Color

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

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


#ff349a Background Color

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

This div background color is #ff349a


#ff349a Border Color

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

This div border color is #ff349a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,52,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff349a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff349a;
  -webkit-box-shadow: 1px 1px 3px 2px #ff349a;
  box-shadow:         1px 1px 3px 2px #ff349a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,52,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff349a

Related Colors


Comments

No comments written yet.

Please login to write comment.