Color Hex Logo

#7583c0 Color Hex

#7583C0
(117,131,192)
0 Favorites   0 Comments

Color spaces of #7583c0

RGB 117131192
HSL0.640.370.61
HSV229°39°75°
CMYK 0.390.320.00   0.25
XYZ24.966823.820353.1511
Yxy23.82030.24490.2337
Hunter Lab48.80605.9013-30.4042
CIE-Lab55.907410.2715-33.4976

#7583c0 color RGB value is (117,131,192).

#7583c0 hex color red value is 117, green value is 131 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #7583c0 hue: 0.64 , saturation: 0.37 and the lightness value of 7583c0 is 0.61.

The process color (four color CMYK) of #7583c0 color hex is 0.39, 0.32, 0.00, 0.25. Web safe color of #7583c0 is #6699cc. Color #7583c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000011 11000000
Octal 165 203 300
Decimal 117 131 192
Hex 75 83 C0

RGB Percentages of Color #7583c0

%26.59
%29.77
%43.64

CMYK Percentages of Color #7583c0

%39
%32
%0
%25

Triadic Colors of #7583c0

#7583c0 #c07583 #83c075

Analogous Colors of #7583c0

#7583c0 #8d75c0 #75a9c0

Monochromatic Colors of #7583c0

#7583c0

Complementary Color

#7583c0 #c0b275

#7583c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7583c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7583c0 Color CSS Codes

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

#7583c0 Text Font Color

<p style="color:#7583c0">Text here</p>

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


#7583c0 Background Color

<div style="background-color:#7583c0">
Div content here</div>

This div background color is #7583c0


#7583c0 Border Color

<div style="border:3px solid #7583c0">
Div here</div>

This div border color is #7583c0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,131,192, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7583c0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7583c0;
  -webkit-box-shadow: 1px 1px 3px 2px #7583c0;
  box-shadow:         1px 1px 3px 2px #7583c0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7583c0


Comments

No comments written yet.

Please login to write comment.