Color Hex Logo

#a533cd Color Hex

#A533CD
(165,51,205)
0 Favorites   0 Comments

Color spaces of #a533cd

RGB 16551205
HSL0.790.610.50
HSV284°75°80°
CMYK 0.200.750.00   0.20
XYZ27.720314.774859.1484
Yxy14.77480.27270.1454
Hunter Lab38.438061.4622-64.3289
CIE-Lab45.324267.2527-57.4577

#a533cd color RGB value is (165,51,205).

#a533cd hex color red value is 165, green value is 51 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a533cd hue: 0.79 , saturation: 0.61 and the lightness value of a533cd is 0.50.

The process color (four color CMYK) of #a533cd color hex is 0.20, 0.75, 0.00, 0.20. Web safe color of #a533cd is #9933cc. Color #a533cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110011 11001101
Octal 245 63 315
Decimal 165 51 205
Hex A5 33 CD

RGB Percentages of Color #a533cd

%39.19
%12.11
%48.69

CMYK Percentages of Color #a533cd

%20
%75
%0
%20

Triadic Colors of #a533cd

#a533cd #cda533 #33cda5

Analogous Colors of #a533cd

#a533cd #cd33a8 #5833cd

Monochromatic Colors of #a533cd

#a533cd

Complementary Color

#a533cd #5bcd33

#a533cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a533cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a533cd Color CSS Codes

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

#a533cd Text Font Color

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

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


#a533cd Background Color

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

This div background color is #a533cd


#a533cd Border Color

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

This div border color is #a533cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a533cd


Comments

No comments written yet.

Please login to write comment.