Color Hex Logo

#6853ae Color Hex

#6853AE
(104,83,174)
0 Favorites   0 Comments

Color spaces of #6853ae

RGB 10483174
HSL0.710.360.50
HSV254°52°68°
CMYK 0.400.520.00   0.32
XYZ16.442212.185641.5299
Yxy12.18560.23440.1737
Hunter Lab34.907922.9877-46.1018
CIE-Lab41.509630.7113-45.8886

#6853ae color RGB value is (104,83,174).

#6853ae hex color red value is 104, green value is 83 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6853ae hue: 0.71 , saturation: 0.36 and the lightness value of 6853ae is 0.50.

The process color (four color CMYK) of #6853ae color hex is 0.40, 0.52, 0.00, 0.32. Web safe color of #6853ae is #666699. Color #6853ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010011 10101110
Octal 150 123 256
Decimal 104 83 174
Hex 68 53 AE

RGB Percentages of Color #6853ae

%28.81
%22.99
%48.20

CMYK Percentages of Color #6853ae

%40
%52
%0
%32

Triadic Colors of #6853ae

#6853ae #ae6853 #53ae68

Analogous Colors of #6853ae

#6853ae #9653ae #536cae

Monochromatic Colors of #6853ae

#6853ae

Complementary Color

#6853ae #99ae53

#6853ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6853ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6853ae Color CSS Codes

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

#6853ae Text Font Color

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

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


#6853ae Background Color

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

This div background color is #6853ae


#6853ae Border Color

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

This div border color is #6853ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6853ae


Comments

No comments written yet.

Please login to write comment.