Color Hex Logo

#6501ae Color Hex

#6501AE
(101,1,174)
0 Favorites   0 Comments

Color spaces of #6501ae

RGB 1011174
HSL0.760.990.34
HSV275°99°68°
CMYK 0.420.990.00   0.32
XYZ13.01775.844440.4864
Yxy5.84440.21930.0985
Hunter Lab24.175253.8109-82.3708
CIE-Lab29.016563.6957-66.2033

#6501ae color RGB value is (101,1,174).

#6501ae hex color red value is 101, green value is 1 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6501ae hue: 0.76 , saturation: 0.99 and the lightness value of 6501ae is 0.34.

The process color (four color CMYK) of #6501ae color hex is 0.42, 0.99, 0.00, 0.32. Web safe color of #6501ae is #660099. Color #6501ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000001 10101110
Octal 145 1 256
Decimal 101 1 174
Hex 65 1 AE

RGB Percentages of Color #6501ae

%36.59
%0.36
%63.04

CMYK Percentages of Color #6501ae

%42
%99
%0
%32

Triadic Colors of #6501ae

#6501ae #ae6501 #01ae65

Analogous Colors of #6501ae

#6501ae #ae01a1 #0f01ae

Monochromatic Colors of #6501ae

#6501ae

Complementary Color

#6501ae #4aae01

#6501ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6501ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6501ae Color CSS Codes

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

#6501ae Text Font Color

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

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


#6501ae Background Color

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

This div background color is #6501ae


#6501ae Border Color

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

This div border color is #6501ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,1,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6501ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6501ae;
  -webkit-box-shadow: 1px 1px 3px 2px #6501ae;
  box-shadow:         1px 1px 3px 2px #6501ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6501ae


Comments

No comments written yet.

Please login to write comment.