Color Hex Logo

#7589ca Color Hex

#7589CA
(117,137,202)
0 Favorites   0 Comments

Color spaces of #7589ca

RGB 117137202
HSL0.630.450.63
HSV226°42°79°
CMYK 0.420.320.00   0.21
XYZ26.942425.937559.4635
Yxy25.93750.23980.2309
Hunter Lab50.92895.3046-33.5756
CIE-Lab57.97779.5807-35.9306

#7589ca color RGB value is (117,137,202).

#7589ca hex color red value is 117, green value is 137 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7589ca hue: 0.63 , saturation: 0.45 and the lightness value of 7589ca is 0.63.

The process color (four color CMYK) of #7589ca color hex is 0.42, 0.32, 0.00, 0.21. Web safe color of #7589ca is #6699cc. Color #7589ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001001 11001010
Octal 165 211 312
Decimal 117 137 202
Hex 75 89 CA

RGB Percentages of Color #7589ca

%25.66
%30.04
%44.30

CMYK Percentages of Color #7589ca

%42
%32
%0
%21

Triadic Colors of #7589ca

#7589ca #ca7589 #89ca75

Analogous Colors of #7589ca

#7589ca #8c75ca #75b4ca

Monochromatic Colors of #7589ca

#7589ca

Complementary Color

#7589ca #cab675

#7589ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7589ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7589ca Color CSS Codes

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

#7589ca Text Font Color

<p style="color:#7589ca">Text here</p>

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


#7589ca Background Color

<div style="background-color:#7589ca">
Div content here</div>

This div background color is #7589ca


#7589ca Border Color

<div style="border:3px solid #7589ca">
Div here</div>

This div border color is #7589ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,137,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7589ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7589ca;
  -webkit-box-shadow: 1px 1px 3px 2px #7589ca;
  box-shadow:         1px 1px 3px 2px #7589ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7589ca


Comments

No comments written yet.

Please login to write comment.