Color Hex Logo

#a84283 Color Hex

#A84283
(168,66,131)
0 Favorites   0 Comments

Color spaces of #a84283

RGB 16866131
HSL0.890.440.46
HSV322°61°66°
CMYK 0.000.610.22   0.34
XYZ22.193413.860022.9782
Yxy13.86000.37600.2348
Hunter Lab37.229041.2587-10.5342
CIE-Lab44.031549.1357-15.5710

#a84283 color RGB value is (168,66,131).

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

The process color (four color CMYK) of #a84283 color hex is 0.00, 0.61, 0.22, 0.34. Web safe color of #a84283 is #993399. Color #a84283 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000010 10000011
Octal 250 102 203
Decimal 168 66 131
Hex A8 42 83

RGB Percentages of Color #a84283

%46.03
%18.08
%35.89

CMYK Percentages of Color #a84283

%0
%61
%22
%34

Triadic Colors of #a84283

#a84283 #83a842 #4283a8

Analogous Colors of #a84283

#a84283 #a84250 #9a42a8

Monochromatic Colors of #a84283

#a84283

Complementary Color

#a84283 #42a867

#a84283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84283 Color CSS Codes

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

#a84283 Text Font Color

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

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


#a84283 Background Color

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

This div background color is #a84283


#a84283 Border Color

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

This div border color is #a84283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84283


Comments

No comments written yet.

Please login to write comment.