Color Hex Logo

#7583cd Color Hex

#7583CD
(117,131,205)
0 Favorites   0 Comments

Color spaces of #7583cd

RGB 117131205
HSL0.640.470.63
HSV230°43°80°
CMYK 0.430.360.00   0.20
XYZ26.471924.422361.0764
Yxy24.42230.23640.2181
Hunter Lab49.41899.1328-38.6827
CIE-Lab56.508213.9917-39.9292

#7583cd color RGB value is (117,131,205).

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

The process color (four color CMYK) of #7583cd color hex is 0.43, 0.36, 0.00, 0.20. Web safe color of #7583cd is #6699cc. Color #7583cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000011 11001101
Octal 165 203 315
Decimal 117 131 205
Hex 75 83 CD

RGB Percentages of Color #7583cd

%25.83
%28.92
%45.25

CMYK Percentages of Color #7583cd

%43
%36
%0
%20

Triadic Colors of #7583cd

#7583cd #cd7583 #83cd75

Analogous Colors of #7583cd

#7583cd #9375cd #75afcd

Monochromatic Colors of #7583cd

#7583cd

Complementary Color

#7583cd #cdbf75

#7583cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7583cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7583cd Color CSS Codes

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

#7583cd Text Font Color

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

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


#7583cd Background Color

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

This div background color is #7583cd


#7583cd Border Color

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

This div border color is #7583cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7583cd


Comments

No comments written yet.

Please login to write comment.