Color Hex Logo

#ff346e Color Hex

#FF346E
(255,52,110)
0 Favorites   0 Comments

Color spaces of #ff346e

RGB 25552110
HSL0.951.000.60
HSV343°80°100°
CMYK 0.000.800.57   0.00
XYZ45.282524.841817.1601
Yxy24.84180.51880.2846
Hunter Lab49.841574.949714.4759
CIE-Lab56.921076.197217.6944

#ff346e color RGB value is (255,52,110).

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

The process color (four color CMYK) of #ff346e color hex is 0.00, 0.80, 0.57, 0.00. Web safe color of #ff346e is #ff3366. Color #ff346e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110100 01101110
Octal 377 64 156
Decimal 255 52 110
Hex FF 34 6E

RGB Percentages of Color #ff346e

%61.15
%12.47
%26.38

CMYK Percentages of Color #ff346e

%0
%80
%57
%0

Triadic Colors of #ff346e

#ff346e #6eff34 #346eff

Analogous Colors of #ff346e

#ff346e #ff6034 #ff34d4

Monochromatic Colors of #ff346e

#ff346e

Complementary Color

#ff346e #34ffc5

#ff346e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff346e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff346e Color CSS Codes

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

#ff346e Text Font Color

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

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


#ff346e Background Color

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

This div background color is #ff346e


#ff346e Border Color

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

This div border color is #ff346e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff346e

Related Colors


Comments

No comments written yet.

Please login to write comment.