Color Hex Logo

#8499cd Color Hex

#8499CD
(132,153,205)
0 Favorites   0 Comments

Color spaces of #8499cd

RGB 132153205
HSL0.620.420.66
HSV223°36°80°
CMYK 0.360.250.00   0.20
XYZ31.926432.095862.2700
Yxy32.09580.25280.2541
Hunter Lab56.65321.4491-25.5111
CIE-Lab63.42205.2325-29.0763

#8499cd color RGB value is (132,153,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011001 11001101
Octal 204 231 315
Decimal 132 153 205
Hex 84 99 CD

RGB Percentages of Color #8499cd

%26.94
%31.22
%41.84

CMYK Percentages of Color #8499cd

%36
%25
%0
%20

Triadic Colors of #8499cd

#8499cd #cd8499 #99cd84

Analogous Colors of #8499cd

#8499cd #9484cd #84becd

Monochromatic Colors of #8499cd

#8499cd

Complementary Color

#8499cd #cdb884

#8499cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8499cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8499cd Color CSS Codes

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

#8499cd Text Font Color

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

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


#8499cd Background Color

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

This div background color is #8499cd


#8499cd Border Color

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

This div border color is #8499cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8499cd


Comments

No comments written yet.

Please login to write comment.