Color Hex Logo

#7582df Color Hex

#7582DF
(117,130,223)
0 Favorites   0 Comments

Color spaces of #7582df

RGB 117130223
HSL0.650.620.67
HSV233°48°87°
CMYK 0.480.420.00   0.13
XYZ28.638025.074973.1426
Yxy25.07490.22580.1977
Hunter Lab50.074814.4539-51.5505
CIE-Lab57.148319.9061-49.0416

#7582df color RGB value is (117,130,223).

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

The process color (four color CMYK) of #7582df color hex is 0.48, 0.42, 0.00, 0.13. Web safe color of #7582df is #6699cc. Color #7582df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000010 11011111
Octal 165 202 337
Decimal 117 130 223
Hex 75 82 DF

RGB Percentages of Color #7582df

%24.89
%27.66
%47.45

CMYK Percentages of Color #7582df

%48
%42
%0
%13

Triadic Colors of #7582df

#7582df #df7582 #82df75

Analogous Colors of #7582df

#7582df #9d75df #75b7df

Monochromatic Colors of #7582df

#7582df

Complementary Color

#7582df #dfd275

#7582df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7582df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7582df Color CSS Codes

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

#7582df Text Font Color

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

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


#7582df Background Color

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

This div background color is #7582df


#7582df Border Color

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

This div border color is #7582df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7582df


Comments

No comments written yet.

Please login to write comment.