Color Hex Logo

#ffa385 Color Hex

#FFA385
(255,163,133)
0 Favorites   0 Comments

Color spaces of #ffa385

RGB 255163133
HSL0.041.000.76
HSV15°48°100°
CMYK 0.000.360.48   0.00
XYZ58.570849.147828.5898
Yxy49.14780.42970.3606
Hunter Lab70.105526.446224.8947
CIE-Lab75.543230.902329.7632

#ffa385 color RGB value is (255,163,133).

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

The process color (four color CMYK) of #ffa385 color hex is 0.00, 0.36, 0.48, 0.00. Web safe color of #ffa385 is #ff9999. Color #ffa385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100011 10000101
Octal 377 243 205
Decimal 255 163 133
Hex FF A3 85

RGB Percentages of Color #ffa385

%46.28
%29.58
%24.14

CMYK Percentages of Color #ffa385

%0
%36
%48
%0

Triadic Colors of #ffa385

#ffa385 #85ffa3 #a385ff

Analogous Colors of #ffa385

#ffa385 #ffe085 #ff85a4

Monochromatic Colors of #ffa385

#ffa385

Complementary Color

#ffa385 #85e1ff

#ffa385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa385 Color CSS Codes

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

#ffa385 Text Font Color

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

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


#ffa385 Background Color

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

This div background color is #ffa385


#ffa385 Border Color

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

This div border color is #ffa385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa385

Related Colors


Comments

No comments written yet.

Please login to write comment.