Color Hex Logo

#8296cd Color Hex

#8296CD
(130,150,205)
0 Favorites   0 Comments

Color spaces of #8296cd

RGB 130150205
HSL0.620.430.66
HSV224°37°80°
CMYK 0.370.270.00   0.20
XYZ31.131730.966362.0939
Yxy30.96630.25070.2493
Hunter Lab55.64742.4782-27.2054
CIE-Lab62.47926.3882-30.5452

#8296cd color RGB value is (130,150,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010110 11001101
Octal 202 226 315
Decimal 130 150 205
Hex 82 96 CD

RGB Percentages of Color #8296cd

%26.80
%30.93
%42.27

CMYK Percentages of Color #8296cd

%37
%27
%0
%20

Triadic Colors of #8296cd

#8296cd #cd8296 #96cd82

Analogous Colors of #8296cd

#8296cd #9482cd #82bccd

Monochromatic Colors of #8296cd

#8296cd

Complementary Color

#8296cd #cdb982

#8296cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8296cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8296cd Color CSS Codes

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

#8296cd Text Font Color

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

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


#8296cd Background Color

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

This div background color is #8296cd


#8296cd Border Color

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

This div border color is #8296cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8296cd


Comments

No comments written yet.

Please login to write comment.