Color Hex Logo

#ff752d Color Hex

#FF752D
(255,117,45)
0 Favorites   0 Comments

Color spaces of #ff752d

RGB 25511745
HSL0.061.000.59
HSV21°82°100°
CMYK 0.000.540.82   0.00
XYZ48.074934.17206.5447
Yxy34.17200.54140.3849
Hunter Lab58.456844.499034.2818
CIE-Lab65.098948.815161.4815

#ff752d color RGB value is (255,117,45).

#ff752d hex color red value is 255, green value is 117 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ff752d hue: 0.06 , saturation: 1.00 and the lightness value of ff752d is 0.59.

The process color (four color CMYK) of #ff752d color hex is 0.00, 0.54, 0.82, 0.00. Web safe color of #ff752d is #ff6633. Color #ff752d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110101 00101101
Octal 377 165 55
Decimal 255 117 45
Hex FF 75 2D

RGB Percentages of Color #ff752d

%61.15
%28.06
%10.79

CMYK Percentages of Color #ff752d

%0
%54
%82
%0

Triadic Colors of #ff752d

#ff752d #2dff75 #752dff

Analogous Colors of #ff752d

#ff752d #ffde2d #ff2d4e

Monochromatic Colors of #ff752d

#ff752d

Complementary Color

#ff752d #2db7ff

#ff752d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff752d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff752d Color CSS Codes

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

#ff752d Text Font Color

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

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


#ff752d Background Color

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

This div background color is #ff752d


#ff752d Border Color

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

This div border color is #ff752d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff752d


Comments

No comments written yet.

Please login to write comment.