Color Hex Logo

#7582db Color Hex

#7582DB
(117,130,219)
0 Favorites   0 Comments

Color spaces of #7582db

RGB 117130219
HSL0.650.590.66
HSV232°47°86°
CMYK 0.470.410.00   0.14
XYZ28.104924.861670.3353
Yxy24.86160.22790.2016
Hunter Lab49.861413.3559-48.7324
CIE-Lab56.940318.7097-47.1300

#7582db color RGB value is (117,130,219).

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

The process color (four color CMYK) of #7582db color hex is 0.47, 0.41, 0.00, 0.14. Web safe color of #7582db is #6699cc. Color #7582db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000010 11011011
Octal 165 202 333
Decimal 117 130 219
Hex 75 82 DB

RGB Percentages of Color #7582db

%25.11
%27.90
%47.00

CMYK Percentages of Color #7582db

%47
%41
%0
%14

Triadic Colors of #7582db

#7582db #db7582 #82db75

Analogous Colors of #7582db

#7582db #9b75db #75b5db

Monochromatic Colors of #7582db

#7582db

Complementary Color

#7582db #dbce75

#7582db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7582db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7582db Color CSS Codes

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

#7582db Text Font Color

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

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


#7582db Background Color

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

This div background color is #7582db


#7582db Border Color

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

This div border color is #7582db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7582db


Comments

No comments written yet.

Please login to write comment.