Color Hex Logo

#7454cc Color Hex

#7454CC
(116,84,204)
0 Favorites   0 Comments

Color spaces of #7454cc

RGB 11684204
HSL0.710.540.56
HSV256°59°80°
CMYK 0.430.590.00   0.20
XYZ21.271914.413358.7876
Yxy14.41330.22520.1526
Hunter Lab37.964933.5760-65.2336
CIE-Lab44.819941.4155-57.9946

#7454cc color RGB value is (116,84,204).

#7454cc hex color red value is 116, green value is 84 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7454cc hue: 0.71 , saturation: 0.54 and the lightness value of 7454cc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010100 11001100
Octal 164 124 314
Decimal 116 84 204
Hex 74 54 CC

RGB Percentages of Color #7454cc

%28.71
%20.79
%50.50

CMYK Percentages of Color #7454cc

%43
%59
%0
%20

Triadic Colors of #7454cc

#7454cc #cc7454 #54cc74

Analogous Colors of #7454cc

#7454cc #b054cc #5470cc

Monochromatic Colors of #7454cc

#7454cc

Complementary Color

#7454cc #accc54

#7454cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7454cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7454cc Color CSS Codes

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

#7454cc Text Font Color

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

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


#7454cc Background Color

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

This div background color is #7454cc


#7454cc Border Color

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

This div border color is #7454cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7454cc

#7454cc Color Palettes


Comments

No comments written yet.

Please login to write comment.