Color Hex Logo

#7491ca Color Hex

#7491CA
(116,145,202)
0 Favorites   0 Comments

Color spaces of #7491ca

RGB 116145202
HSL0.610.450.62
HSV220°43°79°
CMYK 0.430.280.00   0.21
XYZ27.988528.228159.8505
Yxy28.22810.24110.2432
Hunter Lab53.13011.0546-29.5984
CIE-Lab60.09434.6546-32.6352

#7491ca color RGB value is (116,145,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010001 11001010
Octal 164 221 312
Decimal 116 145 202
Hex 74 91 CA

RGB Percentages of Color #7491ca

%25.05
%31.32
%43.63

CMYK Percentages of Color #7491ca

%43
%28
%0
%21

Triadic Colors of #7491ca

#7491ca #ca7491 #91ca74

Analogous Colors of #7491ca

#7491ca #8274ca #74bcca

Monochromatic Colors of #7491ca

#7491ca

Complementary Color

#7491ca #caad74

#7491ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7491ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7491ca Color CSS Codes

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

#7491ca Text Font Color

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

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


#7491ca Background Color

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

This div background color is #7491ca


#7491ca Border Color

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

This div border color is #7491ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7491ca


Comments

No comments written yet.

Please login to write comment.