Color Hex Logo

#a54cbc Color Hex

#A54CBC
(165,76,188)
0 Favorites   0 Comments

Color spaces of #a54cbc

RGB 16576188
HSL0.800.460.52
HSV288°60°74°
CMYK 0.120.600.00   0.26
XYZ27.178616.799149.3870
Yxy16.79910.29110.1799
Hunter Lab40.986746.6380-42.7509
CIE-Lab48.005953.5196-43.3121

#a54cbc color RGB value is (165,76,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001100 10111100
Octal 245 114 274
Decimal 165 76 188
Hex A5 4C BC

RGB Percentages of Color #a54cbc

%38.46
%17.72
%43.82

CMYK Percentages of Color #a54cbc

%12
%60
%0
%26

Triadic Colors of #a54cbc

#a54cbc #bca54c #4cbca5

Analogous Colors of #a54cbc

#a54cbc #bc4c9b #6d4cbc

Monochromatic Colors of #a54cbc

#a54cbc

Complementary Color

#a54cbc #63bc4c

#a54cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54cbc Color CSS Codes

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

#a54cbc Text Font Color

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

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


#a54cbc Background Color

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

This div background color is #a54cbc


#a54cbc Border Color

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

This div border color is #a54cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54cbc


Comments

No comments written yet.

Please login to write comment.