Color Hex Logo

#838aad Color Hex

#838AAD
(131,138,173)
0 Favorites   0 Comments

Color spaces of #838aad

RGB 131138173
HSL0.640.200.60
HSV230°24°68°
CMYK 0.240.200.00   0.32
XYZ25.991426.019443.1875
Yxy26.01940.27300.2733
Hunter Lab51.00921.6873-14.4921
CIE-Lab58.05555.3346-19.2658

#838aad color RGB value is (131,138,173).

#838aad hex color red value is 131, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #838aad hue: 0.64 , saturation: 0.20 and the lightness value of 838aad is 0.60.

The process color (four color CMYK) of #838aad color hex is 0.24, 0.20, 0.00, 0.32. Web safe color of #838aad is #999999. Color #838aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001010 10101101
Octal 203 212 255
Decimal 131 138 173
Hex 83 8A AD

RGB Percentages of Color #838aad

%29.64
%31.22
%39.14

CMYK Percentages of Color #838aad

%24
%20
%0
%32

Triadic Colors of #838aad

#838aad #ad838a #8aad83

Analogous Colors of #838aad

#838aad #9183ad #839fad

Monochromatic Colors of #838aad

#838aad

Complementary Color

#838aad #ada683

#838aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#838aad Color CSS Codes

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

#838aad Text Font Color

<p style="color:#838aad">Text here</p>

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


#838aad Background Color

<div style="background-color:#838aad">
Div content here</div>

This div background color is #838aad


#838aad Border Color

<div style="border:3px solid #838aad">
Div here</div>

This div border color is #838aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,138,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #838aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #838aad;
  -webkit-box-shadow: 1px 1px 3px 2px #838aad;
  box-shadow:         1px 1px 3px 2px #838aad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,138,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 #838aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838aad


Comments

No comments written yet.

Please login to write comment.