Color Hex Logo

#a54abc Color Hex

#A54ABC
(165,74,188)
0 Favorites   0 Comments

Color spaces of #a54abc

RGB 16574188
HSL0.800.460.51
HSV288°61°74°
CMYK 0.120.610.00   0.26
XYZ27.042916.527749.3418
Yxy16.52770.29110.1779
Hunter Lab40.654347.5918-43.5019
CIE-Lab47.659354.4642-43.8627

#a54abc color RGB value is (165,74,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001010 10111100
Octal 245 112 274
Decimal 165 74 188
Hex A5 4A BC

RGB Percentages of Color #a54abc

%38.64
%17.33
%44.03

CMYK Percentages of Color #a54abc

%12
%61
%0
%26

Triadic Colors of #a54abc

#a54abc #bca54a #4abca5

Analogous Colors of #a54abc

#a54abc #bc4a9a #6c4abc

Monochromatic Colors of #a54abc

#a54abc

Complementary Color

#a54abc #61bc4a

#a54abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54abc Color CSS Codes

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

#a54abc Text Font Color

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

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


#a54abc Background Color

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

This div background color is #a54abc


#a54abc Border Color

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

This div border color is #a54abc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,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 #a54abc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54abc


Comments

No comments written yet.

Please login to write comment.