Color Hex Logo

#ff7350 Color Hex

#FF7350
(255,115,80)
0 Favorites   0 Comments

Color spaces of #ff7350

RGB 25511580
HSL0.031.000.66
HSV12°69°100°
CMYK 0.000.550.69   0.00
XYZ48.818734.100711.5985
Yxy34.10070.51650.3608
Hunter Lab58.395847.032829.1010
CIE-Lab65.042451.102444.9206

#ff7350 color RGB value is (255,115,80).

#ff7350 hex color red value is 255, green value is 115 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ff7350 hue: 0.03 , saturation: 1.00 and the lightness value of ff7350 is 0.66.

The process color (four color CMYK) of #ff7350 color hex is 0.00, 0.55, 0.69, 0.00. Web safe color of #ff7350 is #ff6666. Color #ff7350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110011 01010000
Octal 377 163 120
Decimal 255 115 80
Hex FF 73 50

RGB Percentages of Color #ff7350

%56.67
%25.56
%17.78

CMYK Percentages of Color #ff7350

%0
%55
%69
%0

Triadic Colors of #ff7350

#ff7350 #50ff73 #7350ff

Analogous Colors of #ff7350

#ff7350 #ffcb50 #ff5085

Monochromatic Colors of #ff7350

#ff7350

Complementary Color

#ff7350 #50dcff

#ff7350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7350 Color CSS Codes

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

#ff7350 Text Font Color

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

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


#ff7350 Background Color

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

This div background color is #ff7350


#ff7350 Border Color

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

This div border color is #ff7350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7350

Related Colors


Comments

No comments written yet.

Please login to write comment.