Color Hex Logo

#8290c5 Color Hex

#8290C5
(130,144,197)
0 Favorites   0 Comments

Color spaces of #8290c5

RGB 130144197
HSL0.630.370.64
HSV227°34°77°
CMYK 0.340.270.00   0.23
XYZ29.257228.723656.8255
Yxy28.72360.25480.2502
Hunter Lab53.59443.6530-25.3484
CIE-Lab60.53697.6987-29.0640

#8290c5 color RGB value is (130,144,197).

#8290c5 hex color red value is 130, green value is 144 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #8290c5 hue: 0.63 , saturation: 0.37 and the lightness value of 8290c5 is 0.64.

The process color (four color CMYK) of #8290c5 color hex is 0.34, 0.27, 0.00, 0.23. Web safe color of #8290c5 is #9999cc. Color #8290c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010000 11000101
Octal 202 220 305
Decimal 130 144 197
Hex 82 90 C5

RGB Percentages of Color #8290c5

%27.60
%30.57
%41.83

CMYK Percentages of Color #8290c5

%34
%27
%0
%23

Triadic Colors of #8290c5

#8290c5 #c58290 #90c582

Analogous Colors of #8290c5

#8290c5 #9682c5 #82b2c5

Monochromatic Colors of #8290c5

#8290c5

Complementary Color

#8290c5 #c5b782

#8290c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8290c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8290c5 Color CSS Codes

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

#8290c5 Text Font Color

<p style="color:#8290c5">Text here</p>

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


#8290c5 Background Color

<div style="background-color:#8290c5">
Div content here</div>

This div background color is #8290c5


#8290c5 Border Color

<div style="border:3px solid #8290c5">
Div here</div>

This div border color is #8290c5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,144,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8290c5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8290c5;
  -webkit-box-shadow: 1px 1px 3px 2px #8290c5;
  box-shadow:         1px 1px 3px 2px #8290c5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,144,197, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8290c5


Comments

No comments written yet.

Please login to write comment.