Color Hex Logo

#6535ae Color Hex

#6535AE
(101,53,174)
0 Favorites   0 Comments

Color spaces of #6535ae

RGB 10153174
HSL0.730.530.45
HSV264°70°68°
CMYK 0.420.700.00   0.32
XYZ14.27998.368940.9071
Yxy8.36890.22470.1317
Hunter Lab28.929137.4850-63.5886
CIE-Lab34.739647.1011-56.8322

#6535ae color RGB value is (101,53,174).

#6535ae hex color red value is 101, green value is 53 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6535ae hue: 0.73 , saturation: 0.53 and the lightness value of 6535ae is 0.45.

The process color (four color CMYK) of #6535ae color hex is 0.42, 0.70, 0.00, 0.32. Web safe color of #6535ae is #663399. Color #6535ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110101 10101110
Octal 145 65 256
Decimal 101 53 174
Hex 65 35 AE

RGB Percentages of Color #6535ae

%30.79
%16.16
%53.05

CMYK Percentages of Color #6535ae

%42
%70
%0
%32

Triadic Colors of #6535ae

#6535ae #ae6535 #35ae65

Analogous Colors of #6535ae

#6535ae #a235ae #3542ae

Monochromatic Colors of #6535ae

#6535ae

Complementary Color

#6535ae #7eae35

#6535ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6535ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6535ae Color CSS Codes

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

#6535ae Text Font Color

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

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


#6535ae Background Color

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

This div background color is #6535ae


#6535ae Border Color

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

This div border color is #6535ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6535ae


Comments

No comments written yet.

Please login to write comment.