Color Hex Logo

#ff8253 Color Hex

#FF8253
(255,130,83)
0 Favorites   0 Comments

Color spaces of #ff8253

RGB 25513083
HSL0.051.000.66
HSV16°67°100°
CMYK 0.000.490.67   0.00
XYZ50.784037.849812.8127
Yxy37.84980.50060.3731
Hunter Lab61.522239.680530.7177
CIE-Lab67.909844.046046.6651

#ff8253 color RGB value is (255,130,83).

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

The process color (four color CMYK) of #ff8253 color hex is 0.00, 0.49, 0.67, 0.00. Web safe color of #ff8253 is #ff9966. Color #ff8253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000010 01010011
Octal 377 202 123
Decimal 255 130 83
Hex FF 82 53

RGB Percentages of Color #ff8253

%54.49
%27.78
%17.74

CMYK Percentages of Color #ff8253

%0
%49
%67
%0

Triadic Colors of #ff8253

#ff8253 #53ff82 #8253ff

Analogous Colors of #ff8253

#ff8253 #ffd853 #ff537a

Monochromatic Colors of #ff8253

#ff8253

Complementary Color

#ff8253 #53d0ff

#ff8253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8253 Color CSS Codes

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

#ff8253 Text Font Color

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

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


#ff8253 Background Color

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

This div background color is #ff8253


#ff8253 Border Color

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

This div border color is #ff8253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8253


Comments

No comments written yet.

Please login to write comment.