Color Hex Logo

#7461cc Color Hex

#7461CC
(116,97,204)
0 Favorites   0 Comments

Color spaces of #7461cc

RGB 11697204
HSL0.700.510.59
HSV251°52°80°
CMYK 0.430.520.00   0.20
XYZ22.376216.622059.1558
Yxy16.62200.22800.1693
Hunter Lab40.770126.6200-57.4884
CIE-Lab47.780233.8205-53.2300

#7461cc color RGB value is (116,97,204).

#7461cc hex color red value is 116, green value is 97 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7461cc hue: 0.70 , saturation: 0.51 and the lightness value of 7461cc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100001 11001100
Octal 164 141 314
Decimal 116 97 204
Hex 74 61 CC

RGB Percentages of Color #7461cc

%27.82
%23.26
%48.92

CMYK Percentages of Color #7461cc

%43
%52
%0
%20

Triadic Colors of #7461cc

#7461cc #cc7461 #61cc74

Analogous Colors of #7461cc

#7461cc #aa61cc #6184cc

Monochromatic Colors of #7461cc

#7461cc

Complementary Color

#7461cc #b9cc61

#7461cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7461cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7461cc Color CSS Codes

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

#7461cc Text Font Color

<p style="color:#7461cc">Text here</p>

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


#7461cc Background Color

<div style="background-color:#7461cc">
Div content here</div>

This div background color is #7461cc


#7461cc Border Color

<div style="border:3px solid #7461cc">
Div here</div>

This div border color is #7461cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,97,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7461cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7461cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7461cc;
  box-shadow:         1px 1px 3px 2px #7461cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,97,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7461cc


Comments

No comments written yet.

Please login to write comment.