Color Hex Logo

#a8338e Color Hex

#A8338E
(168,51,142)
0 Favorites   0 Comments

Color spaces of #a8338e

RGB 16851142
HSL0.870.530.43
HSV313°70°66°
CMYK 0.000.700.15   0.34
XYZ22.214812.645526.8612
Yxy12.64550.35990.2049
Hunter Lab35.560549.2788-19.8933
CIE-Lab42.224257.0247-25.0484

#a8338e color RGB value is (168,51,142).

#a8338e hex color red value is 168, green value is 51 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a8338e hue: 0.87 , saturation: 0.53 and the lightness value of a8338e is 0.43.

The process color (four color CMYK) of #a8338e color hex is 0.00, 0.70, 0.15, 0.34. Web safe color of #a8338e is #993399. Color #a8338e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110011 10001110
Octal 250 63 216
Decimal 168 51 142
Hex A8 33 8E

RGB Percentages of Color #a8338e

%46.54
%14.13
%39.34

CMYK Percentages of Color #a8338e

%0
%70
%15
%34

Triadic Colors of #a8338e

#a8338e #8ea833 #338ea8

Analogous Colors of #a8338e

#a8338e #a83354 #8833a8

Monochromatic Colors of #a8338e

#a8338e

Complementary Color

#a8338e #33a84d

#a8338e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8338e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8338e Color CSS Codes

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

#a8338e Text Font Color

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

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


#a8338e Background Color

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

This div background color is #a8338e


#a8338e Border Color

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

This div border color is #a8338e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8338e


Comments

No comments written yet.

Please login to write comment.