Color Hex Logo

#a530ed Color Hex

#A530ED
(165,48,237)
0 Favorites   0 Comments

Color spaces of #a530ed

RGB 16548237
HSL0.770.840.56
HSV277°80°93°
CMYK 0.300.800.00   0.07
XYZ31.860116.227781.5738
Yxy16.22770.24570.1252
Hunter Lab40.283670.6784-91.8629
CIE-Lab47.271874.6045-72.5571

#a530ed color RGB value is (165,48,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110000 11101101
Octal 245 60 355
Decimal 165 48 237
Hex A5 30 ED

RGB Percentages of Color #a530ed

%36.67
%10.67
%52.67

CMYK Percentages of Color #a530ed

%30
%80
%0
%7

Triadic Colors of #a530ed

#a530ed #eda530 #30eda5

Analogous Colors of #a530ed

#a530ed #ed30d7 #4630ed

Monochromatic Colors of #a530ed

#a530ed

Complementary Color

#a530ed #78ed30

#a530ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a530ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a530ed Color CSS Codes

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

#a530ed Text Font Color

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

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


#a530ed Background Color

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

This div background color is #a530ed


#a530ed Border Color

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

This div border color is #a530ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a530ed


Comments

No comments written yet.

Please login to write comment.