Color Hex Logo

#838fae Color Hex

#838FAE
(131,143,174)
0 Favorites   0 Comments

Color spaces of #838fae

RGB 131143174
HSL0.620.210.60
HSV223°25°68°
CMYK 0.250.180.00   0.32
XYZ26.822527.526243.9438
Yxy27.52620.27290.2800
Hunter Lab52.4654-0.5579-12.9341
CIE-Lab59.45832.7110-17.7000

#838fae color RGB value is (131,143,174).

#838fae hex color red value is 131, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #838fae hue: 0.62 , saturation: 0.21 and the lightness value of 838fae is 0.60.

The process color (four color CMYK) of #838fae color hex is 0.25, 0.18, 0.00, 0.32. Web safe color of #838fae is #999999. Color #838fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001111 10101110
Octal 203 217 256
Decimal 131 143 174
Hex 83 8F AE

RGB Percentages of Color #838fae

%29.24
%31.92
%38.84

CMYK Percentages of Color #838fae

%25
%18
%0
%32

Triadic Colors of #838fae

#838fae #ae838f #8fae83

Analogous Colors of #838fae

#838fae #8d83ae #83a5ae

Monochromatic Colors of #838fae

#838fae

Complementary Color

#838fae #aea283

#838fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#838fae Color CSS Codes

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

#838fae Text Font Color

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

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


#838fae Background Color

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

This div background color is #838fae


#838fae Border Color

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

This div border color is #838fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,143,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838fae


Comments

No comments written yet.

Please login to write comment.