Color Hex Logo

#7582b6 Color Hex

#7582B6
(117,130,182)
0 Favorites   0 Comments

Color spaces of #7582b6

RGB 117130182
HSL0.630.310.59
HSV228°36°71°
CMYK 0.360.290.00   0.29
XYZ23.762223.124647.4671
Yxy23.12460.25180.2451
Hunter Lab48.08804.0498-24.8628
CIE-Lab55.20048.0838-28.8901

#7582b6 color RGB value is (117,130,182).

#7582b6 hex color red value is 117, green value is 130 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #7582b6 hue: 0.63 , saturation: 0.31 and the lightness value of 7582b6 is 0.59.

The process color (four color CMYK) of #7582b6 color hex is 0.36, 0.29, 0.00, 0.29. Web safe color of #7582b6 is #6699cc. Color #7582b6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000010 10110110
Octal 165 202 266
Decimal 117 130 182
Hex 75 82 B6

RGB Percentages of Color #7582b6

%27.27
%30.30
%42.42

CMYK Percentages of Color #7582b6

%36
%29
%0
%29

Triadic Colors of #7582b6

#7582b6 #b67582 #82b675

Analogous Colors of #7582b6

#7582b6 #8975b6 #75a3b6

Monochromatic Colors of #7582b6

#7582b6

Complementary Color

#7582b6 #b6a975

#7582b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7582b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7582b6 Color CSS Codes

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

#7582b6 Text Font Color

<p style="color:#7582b6">Text here</p>

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


#7582b6 Background Color

<div style="background-color:#7582b6">
Div content here</div>

This div background color is #7582b6


#7582b6 Border Color

<div style="border:3px solid #7582b6">
Div here</div>

This div border color is #7582b6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,130,182, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7582b6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7582b6;
  -webkit-box-shadow: 1px 1px 3px 2px #7582b6;
  box-shadow:         1px 1px 3px 2px #7582b6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7582b6


Comments

No comments written yet.

Please login to write comment.