Color Hex Logo

#a34cbe Color Hex

#A34CBE
(163,76,190)
0 Favorites   0 Comments

Color spaces of #a34cbe

RGB 16376190
HSL0.790.470.52
HSV286°60°75°
CMYK 0.140.600.00   0.25
XYZ26.983016.673150.5113
Yxy16.67310.28650.1771
Hunter Lab40.832746.4988-44.7606
CIE-Lab47.845553.4189-44.7460

#a34cbe color RGB value is (163,76,190).

#a34cbe hex color red value is 163, green value is 76 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a34cbe hue: 0.79 , saturation: 0.47 and the lightness value of a34cbe is 0.52.

The process color (four color CMYK) of #a34cbe color hex is 0.14, 0.60, 0.00, 0.25. Web safe color of #a34cbe is #9933cc. Color #a34cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001100 10111110
Octal 243 114 276
Decimal 163 76 190
Hex A3 4C BE

RGB Percentages of Color #a34cbe

%38.00
%17.72
%44.29

CMYK Percentages of Color #a34cbe

%14
%60
%0
%25

Triadic Colors of #a34cbe

#a34cbe #bea34c #4cbea3

Analogous Colors of #a34cbe

#a34cbe #be4ca0 #6a4cbe

Monochromatic Colors of #a34cbe

#a34cbe

Complementary Color

#a34cbe #67be4c

#a34cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34cbe Color CSS Codes

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

#a34cbe Text Font Color

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

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


#a34cbe Background Color

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

This div background color is #a34cbe


#a34cbe Border Color

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

This div border color is #a34cbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,76,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a34cbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a34cbe;
  -webkit-box-shadow: 1px 1px 3px 2px #a34cbe;
  box-shadow:         1px 1px 3px 2px #a34cbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,76,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34cbe


Comments

No comments written yet.

Please login to write comment.