Color Hex Logo

#651aab Color Hex

#651AAB
(101,26,171)
0 Favorites   0 Comments

Color spaces of #651aab

RGB 10126171
HSL0.750.740.39
HSV271°85°67°
CMYK 0.410.850.00   0.33
XYZ13.08696.445839.0825
Yxy6.44580.22330.1100
Hunter Lab25.388647.5803-73.4974
CIE-Lab30.510457.7121-61.9456

#651aab color RGB value is (101,26,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011010 10101011
Octal 145 32 253
Decimal 101 26 171
Hex 65 1A AB

RGB Percentages of Color #651aab

%33.89
%8.72
%57.38

CMYK Percentages of Color #651aab

%41
%85
%0
%33

Triadic Colors of #651aab

#651aab #ab651a #1aab65

Analogous Colors of #651aab

#651aab #ab1aa9 #1c1aab

Monochromatic Colors of #651aab

#651aab

Complementary Color

#651aab #60ab1a

#651aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#651aab Color CSS Codes

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

#651aab Text Font Color

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

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


#651aab Background Color

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

This div background color is #651aab


#651aab Border Color

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

This div border color is #651aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651aab


Comments

No comments written yet.

Please login to write comment.