Color Hex Logo

#651aaa Color Hex

#651AAA
(101,26,170)
0 Favorites   0 Comments

Color spaces of #651aaa

RGB 10126170
HSL0.750.730.38
HSV271°85°67°
CMYK 0.410.850.00   0.33
XYZ12.99196.407838.5823
Yxy6.40780.22410.1105
Hunter Lab25.313647.3140-72.6485
CIE-Lab30.418857.4806-61.4945

#651aaa color RGB value is (101,26,170).

#651aaa hex color red value is 101, green value is 26 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #651aaa hue: 0.75 , saturation: 0.73 and the lightness value of 651aaa is 0.38.

The process color (four color CMYK) of #651aaa color hex is 0.41, 0.85, 0.00, 0.33. Web safe color of #651aaa is #663399. Color #651aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011010 10101010
Octal 145 32 252
Decimal 101 26 170
Hex 65 1A AA

RGB Percentages of Color #651aaa

%34.01
%8.75
%57.24

CMYK Percentages of Color #651aaa

%41
%85
%0
%33

Triadic Colors of #651aaa

#651aaa #aa651a #1aaa65

Analogous Colors of #651aaa

#651aaa #aa1aa7 #1d1aaa

Monochromatic Colors of #651aaa

#651aaa

Complementary Color

#651aaa #5faa1a

#651aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#651aaa Color CSS Codes

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

#651aaa Text Font Color

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

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


#651aaa Background Color

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

This div background color is #651aaa


#651aaa Border Color

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

This div border color is #651aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,26,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 #651aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651aaa


Comments

No comments written yet.

Please login to write comment.