Color Hex Logo

#a34abc Color Hex

#A34ABC
(163,74,188)
0 Favorites   0 Comments

Color spaces of #a34abc

RGB 16374188
HSL0.800.460.51
HSV287°61°74°
CMYK 0.130.610.00   0.26
XYZ26.630116.314949.3225
Yxy16.31490.28860.1768
Hunter Lab40.391746.9989-44.1251
CIE-Lab47.384953.9650-44.3158

#a34abc color RGB value is (163,74,188).

#a34abc hex color red value is 163, green value is 74 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a34abc hue: 0.80 , saturation: 0.46 and the lightness value of a34abc is 0.51.

The process color (four color CMYK) of #a34abc color hex is 0.13, 0.61, 0.00, 0.26. Web safe color of #a34abc is #9933cc. Color #a34abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001010 10111100
Octal 243 112 274
Decimal 163 74 188
Hex A3 4A BC

RGB Percentages of Color #a34abc

%38.35
%17.41
%44.24

CMYK Percentages of Color #a34abc

%13
%61
%0
%26

Triadic Colors of #a34abc

#a34abc #bca34a #4abca3

Analogous Colors of #a34abc

#a34abc #bc4a9c #6a4abc

Monochromatic Colors of #a34abc

#a34abc

Complementary Color

#a34abc #63bc4a

#a34abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34abc Color CSS Codes

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

#a34abc Text Font Color

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

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


#a34abc Background Color

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

This div background color is #a34abc


#a34abc Border Color

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

This div border color is #a34abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34abc


Comments

No comments written yet.

Please login to write comment.