Color Hex Logo

#8493cd Color Hex

#8493CD
(132,147,205)
0 Favorites   0 Comments

Color spaces of #8493cd

RGB 132147205
HSL0.630.420.66
HSV228°36°80°
CMYK 0.360.280.00   0.20
XYZ30.968930.180761.9508
Yxy30.18070.25160.2452
Hunter Lab54.93704.4838-28.4037
CIE-Lab61.80988.6715-31.5718

#8493cd color RGB value is (132,147,205).

#8493cd hex color red value is 132, green value is 147 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8493cd hue: 0.63 , saturation: 0.42 and the lightness value of 8493cd is 0.66.

The process color (four color CMYK) of #8493cd color hex is 0.36, 0.28, 0.00, 0.20. Web safe color of #8493cd is #9999cc. Color #8493cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010011 11001101
Octal 204 223 315
Decimal 132 147 205
Hex 84 93 CD

RGB Percentages of Color #8493cd

%27.27
%30.37
%42.36

CMYK Percentages of Color #8493cd

%36
%28
%0
%20

Triadic Colors of #8493cd

#8493cd #cd8493 #93cd84

Analogous Colors of #8493cd

#8493cd #9a84cd #84b8cd

Monochromatic Colors of #8493cd

#8493cd

Complementary Color

#8493cd #cdbe84

#8493cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8493cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8493cd Color CSS Codes

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

#8493cd Text Font Color

<p style="color:#8493cd">Text here</p>

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


#8493cd Background Color

<div style="background-color:#8493cd">
Div content here</div>

This div background color is #8493cd


#8493cd Border Color

<div style="border:3px solid #8493cd">
Div here</div>

This div border color is #8493cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,147,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8493cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8493cd;
  -webkit-box-shadow: 1px 1px 3px 2px #8493cd;
  box-shadow:         1px 1px 3px 2px #8493cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,147,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8493cd


Comments

No comments written yet.

Please login to write comment.