Color Hex Logo

#7582da Color Hex

#7582DA
(117,130,218)
0 Favorites   0 Comments

Color spaces of #7582da

RGB 117130218
HSL0.650.580.66
HSV232°46°85°
CMYK 0.460.400.00   0.15
XYZ27.973624.809169.6439
Yxy24.80910.22850.2026
Hunter Lab49.808713.0840-48.0347
CIE-Lab56.888918.4116-46.6502

#7582da color RGB value is (117,130,218).

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

The process color (four color CMYK) of #7582da color hex is 0.46, 0.40, 0.00, 0.15. Web safe color of #7582da is #6699cc. Color #7582da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000010 11011010
Octal 165 202 332
Decimal 117 130 218
Hex 75 82 DA

RGB Percentages of Color #7582da

%25.16
%27.96
%46.88

CMYK Percentages of Color #7582da

%46
%40
%0
%15

Triadic Colors of #7582da

#7582da #da7582 #82da75

Analogous Colors of #7582da

#7582da #9b75da #75b5da

Monochromatic Colors of #7582da

#7582da

Complementary Color

#7582da #dacd75

#7582da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7582da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7582da Color CSS Codes

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

#7582da Text Font Color

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

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


#7582da Background Color

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

This div background color is #7582da


#7582da Border Color

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

This div border color is #7582da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7582da


Comments

No comments written yet.

Please login to write comment.