Color Hex Logo

#a84385 Color Hex

#A84385
(168,67,133)
0 Favorites   0 Comments

Color spaces of #a84385

RGB 16867133
HSL0.890.430.46
HSV321°60°66°
CMYK 0.000.600.21   0.34
XYZ22.389214.032623.7188
Yxy14.03260.37230.2333
Hunter Lab37.460141.1309-11.3189
CIE-Lab44.279648.9688-16.4089

#a84385 color RGB value is (168,67,133).

#a84385 hex color red value is 168, green value is 67 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a84385 hue: 0.89 , saturation: 0.43 and the lightness value of a84385 is 0.46.

The process color (four color CMYK) of #a84385 color hex is 0.00, 0.60, 0.21, 0.34. Web safe color of #a84385 is #993399. Color #a84385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000011 10000101
Octal 250 103 205
Decimal 168 67 133
Hex A8 43 85

RGB Percentages of Color #a84385

%45.65
%18.21
%36.14

CMYK Percentages of Color #a84385

%0
%60
%21
%34

Triadic Colors of #a84385

#a84385 #85a843 #4385a8

Analogous Colors of #a84385

#a84385 #a84353 #9943a8

Monochromatic Colors of #a84385

#a84385

Complementary Color

#a84385 #43a866

#a84385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84385 Color CSS Codes

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

#a84385 Text Font Color

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

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


#a84385 Background Color

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

This div background color is #a84385


#a84385 Border Color

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

This div border color is #a84385


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,67,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 #a84385">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84385


Comments

No comments written yet.

Please login to write comment.