Color Hex Logo

#6953ae Color Hex

#6953AE
(105,83,174)
0 Favorites   0 Comments

Color spaces of #6953ae

RGB 10583174
HSL0.710.360.50
HSV255°52°68°
CMYK 0.400.520.00   0.32
XYZ16.558912.245841.5353
Yxy12.24580.23540.1741
Hunter Lab34.994023.2254-45.8771
CIE-Lab41.604130.9613-45.7319

#6953ae color RGB value is (105,83,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010011 10101110
Octal 151 123 256
Decimal 105 83 174
Hex 69 53 AE

RGB Percentages of Color #6953ae

%29.01
%22.93
%48.07

CMYK Percentages of Color #6953ae

%40
%52
%0
%32

Triadic Colors of #6953ae

#6953ae #ae6953 #53ae69

Analogous Colors of #6953ae

#6953ae #9753ae #536bae

Monochromatic Colors of #6953ae

#6953ae

Complementary Color

#6953ae #98ae53

#6953ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6953ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6953ae Color CSS Codes

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

#6953ae Text Font Color

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

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


#6953ae Background Color

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

This div background color is #6953ae


#6953ae Border Color

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

This div border color is #6953ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6953ae


Comments

No comments written yet.

Please login to write comment.