Color Hex Logo

#a6357d Color Hex

#A6357D
(166,53,125)
0 Favorites   0 Comments

Color spaces of #a6357d

RGB 16653125
HSL0.890.520.43
HSV322°68°65°
CMYK 0.000.680.25   0.35
XYZ20.700712.133920.6531
Yxy12.13390.38700.2269
Hunter Lab34.833745.1184-10.7697
CIE-Lab41.428153.2933-15.8996

#a6357d color RGB value is (166,53,125).

#a6357d hex color red value is 166, green value is 53 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a6357d hue: 0.89 , saturation: 0.52 and the lightness value of a6357d is 0.43.

The process color (four color CMYK) of #a6357d color hex is 0.00, 0.68, 0.25, 0.35. Web safe color of #a6357d is #993366. Color #a6357d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110101 01111101
Octal 246 65 175
Decimal 166 53 125
Hex A6 35 7D

RGB Percentages of Color #a6357d

%48.26
%15.41
%36.34

CMYK Percentages of Color #a6357d

%0
%68
%25
%35

Triadic Colors of #a6357d

#a6357d #7da635 #357da6

Analogous Colors of #a6357d

#a6357d #a63544 #9735a6

Monochromatic Colors of #a6357d

#a6357d

Complementary Color

#a6357d #35a65e

#a6357d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6357d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6357d Color CSS Codes

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

#a6357d Text Font Color

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

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


#a6357d Background Color

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

This div background color is #a6357d


#a6357d Border Color

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

This div border color is #a6357d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,53,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6357d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6357d;
  -webkit-box-shadow: 1px 1px 3px 2px #a6357d;
  box-shadow:         1px 1px 3px 2px #a6357d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,53,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6357d


Comments

No comments written yet.

Please login to write comment.