Color Hex Logo

#6f5aad Color Hex

#6F5AAD
(111,90,173)
0 Favorites   0 Comments

Color spaces of #6f5aad

RGB 11190173
HSL0.710.340.52
HSV255°48°68°
CMYK 0.360.480.00   0.32
XYZ17.754513.709041.2455
Yxy13.70900.24420.1885
Hunter Lab37.025720.7992-40.1293
CIE-Lab43.812728.0072-41.5859

#6f5aad color RGB value is (111,90,173).

#6f5aad hex color red value is 111, green value is 90 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6f5aad hue: 0.71 , saturation: 0.34 and the lightness value of 6f5aad is 0.52.

The process color (four color CMYK) of #6f5aad color hex is 0.36, 0.48, 0.00, 0.32. Web safe color of #6f5aad is #666699. Color #6f5aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01011010 10101101
Octal 157 132 255
Decimal 111 90 173
Hex 6F 5A AD

RGB Percentages of Color #6f5aad

%29.68
%24.06
%46.26

CMYK Percentages of Color #6f5aad

%36
%48
%0
%32

Triadic Colors of #6f5aad

#6f5aad #ad6f5a #5aad6f

Analogous Colors of #6f5aad

#6f5aad #995aad #5a6fad

Monochromatic Colors of #6f5aad

#6f5aad

Complementary Color

#6f5aad #98ad5a

#6f5aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f5aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f5aad Color CSS Codes

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

#6f5aad Text Font Color

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

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


#6f5aad Background Color

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

This div background color is #6f5aad


#6f5aad Border Color

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

This div border color is #6f5aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f5aad


Comments

No comments written yet.

Please login to write comment.