Color Hex Logo

#6a4eaf Color Hex

#6A4EAF
(106,78,175)
0 Favorites   0 Comments

Color spaces of #6a4eaf

RGB 10678175
HSL0.710.380.50
HSV257°55°69°
CMYK 0.390.550.00   0.31
XYZ16.406111.608141.9333
Yxy11.60810.23450.1660
Hunter Lab34.070726.3297-49.1232
CIE-Lab40.586434.4867-47.9485

#6a4eaf color RGB value is (106,78,175).

#6a4eaf hex color red value is 106, green value is 78 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6a4eaf hue: 0.71 , saturation: 0.38 and the lightness value of 6a4eaf is 0.50.

The process color (four color CMYK) of #6a4eaf color hex is 0.39, 0.55, 0.00, 0.31. Web safe color of #6a4eaf is #666699. Color #6a4eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01001110 10101111
Octal 152 116 257
Decimal 106 78 175
Hex 6A 4E AF

RGB Percentages of Color #6a4eaf

%29.53
%21.73
%48.75

CMYK Percentages of Color #6a4eaf

%39
%55
%0
%31

Triadic Colors of #6a4eaf

#6a4eaf #af6a4e #4eaf6a

Analogous Colors of #6a4eaf

#6a4eaf #9b4eaf #4e63af

Monochromatic Colors of #6a4eaf

#6a4eaf

Complementary Color

#6a4eaf #93af4e

#6a4eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a4eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a4eaf Color CSS Codes

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

#6a4eaf Text Font Color

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

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


#6a4eaf Background Color

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

This div background color is #6a4eaf


#6a4eaf Border Color

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

This div border color is #6a4eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,78,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a4eaf


Comments

No comments written yet.

Please login to write comment.