Color Hex Logo

#8295cd Color Hex

#8295CD
(130,149,205)
0 Favorites   0 Comments

Color spaces of #8295cd

RGB 130149205
HSL0.620.430.66
HSV225°37°80°
CMYK 0.370.270.00   0.20
XYZ30.972830.648562.0409
Yxy30.64850.25050.2478
Hunter Lab55.36112.9833-27.6911
CIE-Lab62.20986.9620-30.9625

#8295cd color RGB value is (130,149,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010101 11001101
Octal 202 225 315
Decimal 130 149 205
Hex 82 95 CD

RGB Percentages of Color #8295cd

%26.86
%30.79
%42.36

CMYK Percentages of Color #8295cd

%37
%27
%0
%20

Triadic Colors of #8295cd

#8295cd #cd8295 #95cd82

Analogous Colors of #8295cd

#8295cd #9582cd #82bbcd

Monochromatic Colors of #8295cd

#8295cd

Complementary Color

#8295cd #cdba82

#8295cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8295cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8295cd Color CSS Codes

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

#8295cd Text Font Color

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

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


#8295cd Background Color

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

This div background color is #8295cd


#8295cd Border Color

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

This div border color is #8295cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8295cd


Comments

No comments written yet.

Please login to write comment.