Color Hex Logo

#ff838c Color Hex

#FF838C
(255,131,140)
0 Favorites   0 Comments

Color spaces of #ff838c

RGB 255131140
HSL0.991.000.76
HSV356°49°100°
CMYK 0.000.490.45   0.00
XYZ54.089939.386029.5624
Yxy39.38600.43960.3201
Hunter Lab62.758344.018116.0021
CIE-Lab69.030047.837017.0974

#ff838c color RGB value is (255,131,140).

#ff838c hex color red value is 255, green value is 131 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ff838c hue: 0.99 , saturation: 1.00 and the lightness value of ff838c is 0.76.

The process color (four color CMYK) of #ff838c color hex is 0.00, 0.49, 0.45, 0.00. Web safe color of #ff838c is #ff9999. Color #ff838c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000011 10001100
Octal 377 203 214
Decimal 255 131 140
Hex FF 83 8C

RGB Percentages of Color #ff838c

%48.48
%24.90
%26.62

CMYK Percentages of Color #ff838c

%0
%49
%45
%0

Triadic Colors of #ff838c

#ff838c #8cff83 #838cff

Analogous Colors of #ff838c

#ff838c #ffb883 #ff83ca

Monochromatic Colors of #ff838c

#ff838c

Complementary Color

#ff838c #83fff6

#ff838c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff838c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff838c Color CSS Codes

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

#ff838c Text Font Color

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

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


#ff838c Background Color

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

This div background color is #ff838c


#ff838c Border Color

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

This div border color is #ff838c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff838c

#ff838c Color Palettes


Comments

No comments written yet.

Please login to write comment.