Color Hex Logo

#ff9872 Color Hex

#FF9872
(255,152,114)
0 Favorites   0 Comments

Color spaces of #ff9872

RGB 255152114
HSL0.041.000.72
HSV16°55°100°
CMYK 0.000.400.55   0.00
XYZ55.505544.931421.6668
Yxy44.93140.45460.3680
Hunter Lab67.030930.504427.7570
CIE-Lab72.846734.969136.4202

#ff9872 color RGB value is (255,152,114).

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

The process color (four color CMYK) of #ff9872 color hex is 0.00, 0.40, 0.55, 0.00. Web safe color of #ff9872 is #ff9966. Color #ff9872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011000 01110010
Octal 377 230 162
Decimal 255 152 114
Hex FF 98 72

RGB Percentages of Color #ff9872

%48.94
%29.17
%21.88

CMYK Percentages of Color #ff9872

%0
%40
%55
%0

Triadic Colors of #ff9872

#ff9872 #72ff98 #9872ff

Analogous Colors of #ff9872

#ff9872 #ffdf72 #ff7293

Monochromatic Colors of #ff9872

#ff9872

Complementary Color

#ff9872 #72d9ff

#ff9872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9872 Color CSS Codes

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

#ff9872 Text Font Color

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

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


#ff9872 Background Color

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

This div background color is #ff9872


#ff9872 Border Color

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

This div border color is #ff9872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9872

Related Colors

#ff9872 Color Palettes


Comments

No comments written yet.

Please login to write comment.