Color Hex Logo

#a82663 Color Hex

#A82663
(168,38,99)
0 Favorites   0 Comments

Color spaces of #a82663

RGB 1683899
HSL0.920.630.40
HSV332°77°66°
CMYK 0.000.770.41   0.34
XYZ19.093710.611912.8463
Yxy10.61190.44870.2494
Hunter Lab32.575947.6163-0.5779
CIE-Lab38.919056.1137-3.4047

#a82663 color RGB value is (168,38,99).

#a82663 hex color red value is 168, green value is 38 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a82663 hue: 0.92 , saturation: 0.63 and the lightness value of a82663 is 0.40.

The process color (four color CMYK) of #a82663 color hex is 0.00, 0.77, 0.41, 0.34. Web safe color of #a82663 is #993366. Color #a82663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100110 01100011
Octal 250 46 143
Decimal 168 38 99
Hex A8 26 63

RGB Percentages of Color #a82663

%55.08
%12.46
%32.46

CMYK Percentages of Color #a82663

%0
%77
%41
%34

Triadic Colors of #a82663

#a82663 #63a826 #2663a8

Analogous Colors of #a82663

#a82663 #a82a26 #a826a4

Monochromatic Colors of #a82663

#a82663

Complementary Color

#a82663 #26a86b

#a82663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82663 Color CSS Codes

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

#a82663 Text Font Color

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

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


#a82663 Background Color

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

This div background color is #a82663


#a82663 Border Color

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

This div border color is #a82663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82663


Comments

No comments written yet.

Please login to write comment.