Color Hex Logo

#a533ed Color Hex

#A533ED
(165,51,237)
0 Favorites   0 Comments

Color spaces of #a533ed

RGB 16551237
HSL0.770.840.56
HSV277°78°93°
CMYK 0.300.780.00   0.07
XYZ31.986916.481481.6161
Yxy16.48140.24590.1267
Hunter Lab40.597369.5962-90.7775
CIE-Lab47.599873.6508-72.0229

#a533ed color RGB value is (165,51,237).

#a533ed hex color red value is 165, green value is 51 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a533ed hue: 0.77 , saturation: 0.84 and the lightness value of a533ed is 0.56.

The process color (four color CMYK) of #a533ed color hex is 0.30, 0.78, 0.00, 0.07. Web safe color of #a533ed is #9933ff. Color #a533ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110011 11101101
Octal 245 63 355
Decimal 165 51 237
Hex A5 33 ED

RGB Percentages of Color #a533ed

%36.42
%11.26
%52.32

CMYK Percentages of Color #a533ed

%30
%78
%0
%7

Triadic Colors of #a533ed

#a533ed #eda533 #33eda5

Analogous Colors of #a533ed

#a533ed #ed33d8 #4833ed

Monochromatic Colors of #a533ed

#a533ed

Complementary Color

#a533ed #7bed33

#a533ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a533ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a533ed Color CSS Codes

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

#a533ed Text Font Color

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

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


#a533ed Background Color

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

This div background color is #a533ed


#a533ed Border Color

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

This div border color is #a533ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a533ed


Comments

No comments written yet.

Please login to write comment.