Color Hex Logo

#a83f54 Color Hex

#A83F54
(168,63,84)
0 Favorites   0 Comments

Color spaces of #a83f54

RGB 1686384
HSL0.970.450.45
HSV348°63°66°
CMYK 0.000.630.50   0.34
XYZ19.526212.51999.7750
Yxy12.51990.46690.2994
Hunter Lab35.383536.58338.3890
CIE-Lab42.030844.895310.4996

#a83f54 color RGB value is (168,63,84).

#a83f54 hex color red value is 168, green value is 63 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #a83f54 hue: 0.97 , saturation: 0.45 and the lightness value of a83f54 is 0.45.

The process color (four color CMYK) of #a83f54 color hex is 0.00, 0.63, 0.50, 0.34. Web safe color of #a83f54 is #993366. Color #a83f54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111111 01010100
Octal 250 77 124
Decimal 168 63 84
Hex A8 3F 54

RGB Percentages of Color #a83f54

%53.33
%20.00
%26.67

CMYK Percentages of Color #a83f54

%0
%63
%50
%34

Triadic Colors of #a83f54

#a83f54 #54a83f #3f54a8

Analogous Colors of #a83f54

#a83f54 #a85f3f #a83f89

Monochromatic Colors of #a83f54

#a83f54

Complementary Color

#a83f54 #3fa893

#a83f54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83f54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83f54 Color CSS Codes

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

#a83f54 Text Font Color

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

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


#a83f54 Background Color

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

This div background color is #a83f54


#a83f54 Border Color

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

This div border color is #a83f54


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,63,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a83f54; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a83f54;
  -webkit-box-shadow: 1px 1px 3px 2px #a83f54;
  box-shadow:         1px 1px 3px 2px #a83f54; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,63,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83f54


Comments

No comments written yet.

Please login to write comment.