Color Hex Logo

#6514ab Color Hex

#6514AB
(101,20,171)
0 Favorites   0 Comments

Color spaces of #6514ab

RGB 10120171
HSL0.760.790.37
HSV272°88°67°
CMYK 0.410.880.00   0.33
XYZ12.96776.207339.0427
Yxy6.20730.22270.1066
Hunter Lab24.914549.3070-75.4715
CIE-Lab29.929659.4295-62.8988

#6514ab color RGB value is (101,20,171).

#6514ab hex color red value is 101, green value is 20 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6514ab hue: 0.76 , saturation: 0.79 and the lightness value of 6514ab is 0.37.

The process color (four color CMYK) of #6514ab color hex is 0.41, 0.88, 0.00, 0.33. Web safe color of #6514ab is #660099. Color #6514ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00010100 10101011
Octal 145 24 253
Decimal 101 20 171
Hex 65 14 AB

RGB Percentages of Color #6514ab

%34.59
%6.85
%58.56

CMYK Percentages of Color #6514ab

%41
%88
%0
%33

Triadic Colors of #6514ab

#6514ab #ab6514 #14ab65

Analogous Colors of #6514ab

#6514ab #ab14a6 #1914ab

Monochromatic Colors of #6514ab

#6514ab

Complementary Color

#6514ab #5aab14

#6514ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6514ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6514ab Color CSS Codes

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

#6514ab Text Font Color

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

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


#6514ab Background Color

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

This div background color is #6514ab


#6514ab Border Color

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

This div border color is #6514ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6514ab


Comments

No comments written yet.

Please login to write comment.