Color Hex Logo

#6844ad Color Hex

#6844AD
(104,68,173)
0 Favorites   0 Comments

Color spaces of #6844ad

RGB 10468173
HSL0.720.440.47
HSV261°61°68°
CMYK 0.400.610.00   0.32
XYZ15.318910.094440.6762
Yxy10.09440.23180.1527
Hunter Lab31.771730.4643-53.6668
CIE-Lab38.011339.2954-50.9193

#6844ad color RGB value is (104,68,173).

#6844ad hex color red value is 104, green value is 68 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6844ad hue: 0.72 , saturation: 0.44 and the lightness value of 6844ad is 0.47.

The process color (four color CMYK) of #6844ad color hex is 0.40, 0.61, 0.00, 0.32. Web safe color of #6844ad is #663399. Color #6844ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000100 10101101
Octal 150 104 255
Decimal 104 68 173
Hex 68 44 AD

RGB Percentages of Color #6844ad

%30.14
%19.71
%50.14

CMYK Percentages of Color #6844ad

%40
%61
%0
%32

Triadic Colors of #6844ad

#6844ad #ad6844 #44ad68

Analogous Colors of #6844ad

#6844ad #9d44ad #4455ad

Monochromatic Colors of #6844ad

#6844ad

Complementary Color

#6844ad #89ad44

#6844ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6844ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6844ad Color CSS Codes

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

#6844ad Text Font Color

<p style="color:#6844ad">Text here</p>

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


#6844ad Background Color

<div style="background-color:#6844ad">
Div content here</div>

This div background color is #6844ad


#6844ad Border Color

<div style="border:3px solid #6844ad">
Div here</div>

This div border color is #6844ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,68,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6844ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6844ad;
  -webkit-box-shadow: 1px 1px 3px 2px #6844ad;
  box-shadow:         1px 1px 3px 2px #6844ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,68,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6844ad


Comments

No comments written yet.

Please login to write comment.