Color Hex Logo

#ff7450 Color Hex

#FF7450
(255,116,80)
1 Favorites   0 Comments

Color spaces of #ff7450

RGB 25511680
HSL0.031.000.66
HSV12°69°100°
CMYK 0.000.550.69   0.00
XYZ48.933434.330011.6367
Yxy34.33000.51560.3617
Hunter Lab58.591846.540029.2389
CIE-Lab65.223750.634645.1291

#ff7450 color RGB value is (255,116,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110100 01010000
Octal 377 164 120
Decimal 255 116 80
Hex FF 74 50

RGB Percentages of Color #ff7450

%56.54
%25.72
%17.74

CMYK Percentages of Color #ff7450

%0
%55
%69
%0

Triadic Colors of #ff7450

#ff7450 #50ff74 #7450ff

Analogous Colors of #ff7450

#ff7450 #ffcc50 #ff5084

Monochromatic Colors of #ff7450

#ff7450

Complementary Color

#ff7450 #50dbff

#ff7450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7450 Color CSS Codes

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

#ff7450 Text Font Color

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

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


#ff7450 Background Color

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

This div background color is #ff7450


#ff7450 Border Color

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

This div border color is #ff7450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7450

#ff7450 Color Palettes


Comments

No comments written yet.

Please login to write comment.