Color Hex Logo

#ff356e Color Hex

#FF356E
(255,53,110)
0 Favorites   0 Comments

Color spaces of #ff356e

RGB 25553110
HSL0.951.000.60
HSV343°79°100°
CMYK 0.000.790.57   0.00
XYZ45.327624.932017.1752
Yxy24.93200.51840.2851
Hunter Lab49.932074.659114.5583
CIE-Lab57.009175.946817.8147

#ff356e color RGB value is (255,53,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110101 01101110
Octal 377 65 156
Decimal 255 53 110
Hex FF 35 6E

RGB Percentages of Color #ff356e

%61.00
%12.68
%26.32

CMYK Percentages of Color #ff356e

%0
%79
%57
%0

Triadic Colors of #ff356e

#ff356e #6eff35 #356eff

Analogous Colors of #ff356e

#ff356e #ff6135 #ff35d3

Monochromatic Colors of #ff356e

#ff356e

Complementary Color

#ff356e #35ffc6

#ff356e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff356e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff356e Color CSS Codes

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

#ff356e Text Font Color

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

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


#ff356e Background Color

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

This div background color is #ff356e


#ff356e Border Color

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

This div border color is #ff356e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,53,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 #ff356e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff356e

Related Colors


Comments

No comments written yet.

Please login to write comment.