Color Hex Logo

#8293cd Color Hex

#8293CD
(130,147,205)
0 Favorites   0 Comments

Color spaces of #8293cd

RGB 130147205
HSL0.630.430.66
HSV226°37°80°
CMYK 0.370.280.00   0.20
XYZ30.659130.021061.9363
Yxy30.02100.25000.2448
Hunter Lab54.79143.9965-28.6675
CIE-Lab61.67238.1130-31.7959

#8293cd color RGB value is (130,147,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010011 11001101
Octal 202 223 315
Decimal 130 147 205
Hex 82 93 CD

RGB Percentages of Color #8293cd

%26.97
%30.50
%42.53

CMYK Percentages of Color #8293cd

%37
%28
%0
%20

Triadic Colors of #8293cd

#8293cd #cd8293 #93cd82

Analogous Colors of #8293cd

#8293cd #9782cd #82b9cd

Monochromatic Colors of #8293cd

#8293cd

Complementary Color

#8293cd #cdbc82

#8293cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8293cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8293cd Color CSS Codes

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

#8293cd Text Font Color

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

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


#8293cd Background Color

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

This div background color is #8293cd


#8293cd Border Color

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

This div border color is #8293cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8293cd


Comments

No comments written yet.

Please login to write comment.