Color Hex Logo

#7489ca Color Hex

#7489CA
(116,137,202)
0 Favorites   0 Comments

Color spaces of #7489ca

RGB 116137202
HSL0.630.450.62
HSV225°43°79°
CMYK 0.430.320.00   0.21
XYZ26.808825.868659.4573
Yxy25.86860.23910.2307
Hunter Lab50.86125.0798-33.7079
CIE-Lab57.91219.3195-36.0379

#7489ca color RGB value is (116,137,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001001 11001010
Octal 164 211 312
Decimal 116 137 202
Hex 74 89 CA

RGB Percentages of Color #7489ca

%25.49
%30.11
%44.40

CMYK Percentages of Color #7489ca

%43
%32
%0
%21

Triadic Colors of #7489ca

#7489ca #ca7489 #89ca74

Analogous Colors of #7489ca

#7489ca #8a74ca #74b4ca

Monochromatic Colors of #7489ca

#7489ca

Complementary Color

#7489ca #cab574

#7489ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7489ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7489ca Color CSS Codes

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

#7489ca Text Font Color

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

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


#7489ca Background Color

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

This div background color is #7489ca


#7489ca Border Color

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

This div border color is #7489ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,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 #7489ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7489ca


Comments

No comments written yet.

Please login to write comment.