Color Hex Logo

#6530aa Color Hex

#6530AA
(101,48,170)
0 Favorites   0 Comments

Color spaces of #6530aa

RGB 10148170
HSL0.740.560.43
HSV266°72°67°
CMYK 0.410.720.00   0.33
XYZ13.67957.782938.8115
Yxy7.78290.22700.1291
Hunter Lab27.897838.7049-62.9558
CIE-Lab33.526648.5510-56.4160

#6530aa color RGB value is (101,48,170).

#6530aa hex color red value is 101, green value is 48 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6530aa hue: 0.74 , saturation: 0.56 and the lightness value of 6530aa is 0.43.

The process color (four color CMYK) of #6530aa color hex is 0.41, 0.72, 0.00, 0.33. Web safe color of #6530aa is #663399. Color #6530aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110000 10101010
Octal 145 60 252
Decimal 101 48 170
Hex 65 30 AA

RGB Percentages of Color #6530aa

%31.66
%15.05
%53.29

CMYK Percentages of Color #6530aa

%41
%72
%0
%33

Triadic Colors of #6530aa

#6530aa #aa6530 #30aa65

Analogous Colors of #6530aa

#6530aa #a230aa #3038aa

Monochromatic Colors of #6530aa

#6530aa

Complementary Color

#6530aa #75aa30

#6530aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6530aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6530aa Color CSS Codes

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

#6530aa Text Font Color

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

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


#6530aa Background Color

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

This div background color is #6530aa


#6530aa Border Color

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

This div border color is #6530aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,48,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6530aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6530aa;
  -webkit-box-shadow: 1px 1px 3px 2px #6530aa;
  box-shadow:         1px 1px 3px 2px #6530aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,48,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6530aa


Comments

No comments written yet.

Please login to write comment.