Color Hex Logo

#a533be Color Hex

#A533BE
(165,51,190)
0 Favorites   0 Comments

Color spaces of #a533be

RGB 16551190
HSL0.800.580.47
HSV289°73°75°
CMYK 0.130.730.00   0.25
XYZ25.995114.084750.0637
Yxy14.08470.28840.1562
Hunter Lab37.529657.9623-52.8209
CIE-Lab44.354264.4073-50.3069

#a533be color RGB value is (165,51,190).

#a533be hex color red value is 165, green value is 51 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a533be hue: 0.80 , saturation: 0.58 and the lightness value of a533be is 0.47.

The process color (four color CMYK) of #a533be color hex is 0.13, 0.73, 0.00, 0.25. Web safe color of #a533be is #9933cc. Color #a533be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110011 10111110
Octal 245 63 276
Decimal 165 51 190
Hex A5 33 BE

RGB Percentages of Color #a533be

%40.64
%12.56
%46.80

CMYK Percentages of Color #a533be

%13
%73
%0
%25

Triadic Colors of #a533be

#a533be #bea533 #33bea5

Analogous Colors of #a533be

#a533be #be3392 #5f33be

Monochromatic Colors of #a533be

#a533be

Complementary Color

#a533be #4cbe33

#a533be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a533be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a533be Color CSS Codes

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

#a533be Text Font Color

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

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


#a533be Background Color

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

This div background color is #a533be


#a533be Border Color

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

This div border color is #a533be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a533be


Comments

No comments written yet.

Please login to write comment.