Color Hex Logo

#ff774b Color Hex

#FF774B
(255,119,75)
0 Favorites   0 Comments

Color spaces of #ff774b

RGB 25511975
HSL0.041.000.65
HSV15°71°100°
CMYK 0.000.530.71   0.00
XYZ49.106834.961710.8167
Yxy34.96170.51750.3685
Hunter Lab59.128444.771530.5436
CIE-Lab65.718848.973048.2667

#ff774b color RGB value is (255,119,75).

#ff774b hex color red value is 255, green value is 119 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ff774b hue: 0.04 , saturation: 1.00 and the lightness value of ff774b is 0.65.

The process color (four color CMYK) of #ff774b color hex is 0.00, 0.53, 0.71, 0.00. Web safe color of #ff774b is #ff6633. Color #ff774b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110111 01001011
Octal 377 167 113
Decimal 255 119 75
Hex FF 77 4B

RGB Percentages of Color #ff774b

%56.79
%26.50
%16.70

CMYK Percentages of Color #ff774b

%0
%53
%71
%0

Triadic Colors of #ff774b

#ff774b #4bff77 #774bff

Analogous Colors of #ff774b

#ff774b #ffd14b #ff4b79

Monochromatic Colors of #ff774b

#ff774b

Complementary Color

#ff774b #4bd3ff

#ff774b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff774b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff774b Color CSS Codes

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

#ff774b Text Font Color

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

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


#ff774b Background Color

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

This div background color is #ff774b


#ff774b Border Color

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

This div border color is #ff774b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff774b


Comments

No comments written yet.

Please login to write comment.