Color Hex Logo

#a52bae Color Hex

#A52BAE
(165,43,174)
0 Favorites   0 Comments

Color spaces of #a52bae

RGB 16543174
HSL0.820.600.43
HSV296°75°68°
CMYK 0.050.750.00   0.32
XYZ24.020912.783141.2457
Yxy12.78310.30780.1638
Hunter Lab35.753557.3564-43.3704
CIE-Lab42.434664.2479-43.9621

#a52bae color RGB value is (165,43,174).

#a52bae hex color red value is 165, green value is 43 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a52bae hue: 0.82 , saturation: 0.60 and the lightness value of a52bae is 0.43.

The process color (four color CMYK) of #a52bae color hex is 0.05, 0.75, 0.00, 0.32. Web safe color of #a52bae is #993399. Color #a52bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101011 10101110
Octal 245 53 256
Decimal 165 43 174
Hex A5 2B AE

RGB Percentages of Color #a52bae

%43.19
%11.26
%45.55

CMYK Percentages of Color #a52bae

%5
%75
%0
%32

Triadic Colors of #a52bae

#a52bae #aea52b #2baea5

Analogous Colors of #a52bae

#a52bae #ae2b76 #642bae

Monochromatic Colors of #a52bae

#a52bae

Complementary Color

#a52bae #34ae2b

#a52bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52bae Color CSS Codes

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

#a52bae Text Font Color

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

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


#a52bae Background Color

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

This div background color is #a52bae


#a52bae Border Color

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

This div border color is #a52bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52bae


Comments

No comments written yet.

Please login to write comment.