Color Hex Logo

#a54cbd Color Hex

#A54CBD
(165,76,189)
0 Favorites   0 Comments

Color spaces of #a54cbd

RGB 16576189
HSL0.800.460.52
HSV287°60°74°
CMYK 0.130.600.00   0.26
XYZ27.286816.842349.9568
Yxy16.84230.29000.1790
Hunter Lab41.039446.8645-43.4455
CIE-Lab48.060753.7198-43.8063

#a54cbd color RGB value is (165,76,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001100 10111101
Octal 245 114 275
Decimal 165 76 189
Hex A5 4C BD

RGB Percentages of Color #a54cbd

%38.37
%17.67
%43.95

CMYK Percentages of Color #a54cbd

%13
%60
%0
%26

Triadic Colors of #a54cbd

#a54cbd #bda54c #4cbda5

Analogous Colors of #a54cbd

#a54cbd #bd4c9d #6d4cbd

Monochromatic Colors of #a54cbd

#a54cbd

Complementary Color

#a54cbd #64bd4c

#a54cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54cbd Color CSS Codes

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

#a54cbd Text Font Color

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

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


#a54cbd Background Color

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

This div background color is #a54cbd


#a54cbd Border Color

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

This div border color is #a54cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54cbd


Comments

No comments written yet.

Please login to write comment.