Color Hex Logo

#6a4fad Color Hex

#6A4FAD
(106,79,173)
0 Favorites   0 Comments

Color spaces of #6a4fad

RGB 10679173
HSL0.710.370.49
HSV257°54°68°
CMYK 0.390.540.00   0.32
XYZ16.282711.673340.9301
Yxy11.67330.23640.1695
Hunter Lab34.166225.2774-47.1113
CIE-Lab40.692133.3312-46.5964

#6a4fad color RGB value is (106,79,173).

#6a4fad hex color red value is 106, green value is 79 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6a4fad hue: 0.71 , saturation: 0.37 and the lightness value of 6a4fad is 0.49.

The process color (four color CMYK) of #6a4fad color hex is 0.39, 0.54, 0.00, 0.32. Web safe color of #6a4fad is #666699. Color #6a4fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01001111 10101101
Octal 152 117 255
Decimal 106 79 173
Hex 6A 4F AD

RGB Percentages of Color #6a4fad

%29.61
%22.07
%48.32

CMYK Percentages of Color #6a4fad

%39
%54
%0
%32

Triadic Colors of #6a4fad

#6a4fad #ad6a4f #4fad6a

Analogous Colors of #6a4fad

#6a4fad #994fad #4f63ad

Monochromatic Colors of #6a4fad

#6a4fad

Complementary Color

#6a4fad #92ad4f

#6a4fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a4fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a4fad Color CSS Codes

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

#6a4fad Text Font Color

<p style="color:#6a4fad">Text here</p>

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


#6a4fad Background Color

<div style="background-color:#6a4fad">
Div content here</div>

This div background color is #6a4fad


#6a4fad Border Color

<div style="border:3px solid #6a4fad">
Div here</div>

This div border color is #6a4fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,79,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a4fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a4fad;
  -webkit-box-shadow: 1px 1px 3px 2px #6a4fad;
  box-shadow:         1px 1px 3px 2px #6a4fad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,79,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 #6a4fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a4fad


Comments

No comments written yet.

Please login to write comment.