Color Hex Logo

#848fae Color Hex

#848FAE
(132,143,174)
0 Favorites   0 Comments

Color spaces of #848fae

RGB 132143174
HSL0.620.210.60
HSV224°24°68°
CMYK 0.240.180.00   0.32
XYZ26.978227.606443.9511
Yxy27.60640.27380.2802
Hunter Lab52.5418-0.2952-12.8167
CIE-Lab59.53153.0288-17.5820

#848fae color RGB value is (132,143,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001111 10101110
Octal 204 217 256
Decimal 132 143 174
Hex 84 8F AE

RGB Percentages of Color #848fae

%29.40
%31.85
%38.75

CMYK Percentages of Color #848fae

%24
%18
%0
%32

Triadic Colors of #848fae

#848fae #ae848f #8fae84

Analogous Colors of #848fae

#848fae #8e84ae #84a4ae

Monochromatic Colors of #848fae

#848fae

Complementary Color

#848fae #aea384

#848fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#848fae Color CSS Codes

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

#848fae Text Font Color

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

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


#848fae Background Color

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

This div background color is #848fae


#848fae Border Color

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

This div border color is #848fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,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 #848fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848fae

#848fae Color Palettes


Comments

No comments written yet.

Please login to write comment.