Color Hex Logo

#a83167 Color Hex

#A83167
(168,49,103)
0 Favorites   0 Comments

Color spaces of #a83167

RGB 16849103
HSL0.920.550.43
HSV333°71°66°
CMYK 0.000.710.39   0.34
XYZ19.694911.500714.0138
Yxy11.50070.43560.2544
Hunter Lab33.912744.3173-0.7616
CIE-Lab40.411352.7230-3.7176

#a83167 color RGB value is (168,49,103).

#a83167 hex color red value is 168, green value is 49 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #a83167 hue: 0.92 , saturation: 0.55 and the lightness value of a83167 is 0.43.

The process color (four color CMYK) of #a83167 color hex is 0.00, 0.71, 0.39, 0.34. Web safe color of #a83167 is #993366. Color #a83167 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110001 01100111
Octal 250 61 147
Decimal 168 49 103
Hex A8 31 67

RGB Percentages of Color #a83167

%52.50
%15.31
%32.19

CMYK Percentages of Color #a83167

%0
%71
%39
%34

Triadic Colors of #a83167

#a83167 #67a831 #3167a8

Analogous Colors of #a83167

#a83167 #a83731 #a831a3

Monochromatic Colors of #a83167

#a83167

Complementary Color

#a83167 #31a872

#a83167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83167 Color CSS Codes

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

#a83167 Text Font Color

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

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


#a83167 Background Color

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

This div background color is #a83167


#a83167 Border Color

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

This div border color is #a83167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83167


Comments

No comments written yet.

Please login to write comment.