Color Hex Logo

#7460ca Color Hex

#7460CA
(116,96,202)
0 Favorites   0 Comments

Color spaces of #7460ca

RGB 11696202
HSL0.700.500.58
HSV251°52°79°
CMYK 0.430.520.00   0.21
XYZ22.046016.343057.8697
Yxy16.34300.22900.1698
Hunter Lab40.426526.5961-56.5739
CIE-Lab47.421333.8412-52.6574

#7460ca color RGB value is (116,96,202).

#7460ca hex color red value is 116, green value is 96 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7460ca hue: 0.70 , saturation: 0.50 and the lightness value of 7460ca is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100000 11001010
Octal 164 140 312
Decimal 116 96 202
Hex 74 60 CA

RGB Percentages of Color #7460ca

%28.02
%23.19
%48.79

CMYK Percentages of Color #7460ca

%43
%52
%0
%21

Triadic Colors of #7460ca

#7460ca #ca7460 #60ca74

Analogous Colors of #7460ca

#7460ca #a960ca #6081ca

Monochromatic Colors of #7460ca

#7460ca

Complementary Color

#7460ca #b6ca60

#7460ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7460ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7460ca Color CSS Codes

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

#7460ca Text Font Color

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

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


#7460ca Background Color

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

This div background color is #7460ca


#7460ca Border Color

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

This div border color is #7460ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7460ca


Comments

No comments written yet.

Please login to write comment.