Color Hex Logo

#ff882d Color Hex

#FF882D
(255,136,45)
0 Favorites   0 Comments

Color spaces of #ff882d

RGB 25513645
HSL0.071.000.59
HSV26°82°100°
CMYK 0.000.470.82   0.00
XYZ50.517839.05787.3589
Yxy39.05780.52120.4029
Hunter Lab62.496234.919136.7660
CIE-Lab68.793139.528364.7282

#ff882d color RGB value is (255,136,45).

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

The process color (four color CMYK) of #ff882d color hex is 0.00, 0.47, 0.82, 0.00. Web safe color of #ff882d is #ff9933. Color #ff882d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001000 00101101
Octal 377 210 55
Decimal 255 136 45
Hex FF 88 2D

RGB Percentages of Color #ff882d

%58.49
%31.19
%10.32

CMYK Percentages of Color #ff882d

%0
%47
%82
%0

Triadic Colors of #ff882d

#ff882d #2dff88 #882dff

Analogous Colors of #ff882d

#ff882d #fff12d #ff2d3b

Monochromatic Colors of #ff882d

#ff882d

Complementary Color

#ff882d #2da4ff

#ff882d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff882d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff882d Color CSS Codes

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

#ff882d Text Font Color

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

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


#ff882d Background Color

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

This div background color is #ff882d


#ff882d Border Color

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

This div border color is #ff882d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff882d


Comments

No comments written yet.

Please login to write comment.