Color Hex Logo

#7546cc Color Hex

#7546CC
(117,70,204)
0 Favorites   0 Comments

Color spaces of #7546cc

RGB 11770204
HSL0.730.570.54
HSV261°66°80°
CMYK 0.430.660.00   0.20
XYZ20.425412.521958.4672
Yxy12.52190.22340.1370
Hunter Lab35.386341.1063-73.1918
CIE-Lab42.033949.3430-62.5018

#7546cc color RGB value is (117,70,204).

#7546cc hex color red value is 117, green value is 70 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7546cc hue: 0.73 , saturation: 0.57 and the lightness value of 7546cc is 0.54.

The process color (four color CMYK) of #7546cc color hex is 0.43, 0.66, 0.00, 0.20. Web safe color of #7546cc is #6633cc. Color #7546cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000110 11001100
Octal 165 106 314
Decimal 117 70 204
Hex 75 46 CC

RGB Percentages of Color #7546cc

%29.92
%17.90
%52.17

CMYK Percentages of Color #7546cc

%43
%66
%0
%20

Triadic Colors of #7546cc

#7546cc #cc7546 #46cc75

Analogous Colors of #7546cc

#7546cc #b846cc #465acc

Monochromatic Colors of #7546cc

#7546cc

Complementary Color

#7546cc #9dcc46

#7546cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7546cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7546cc Color CSS Codes

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

#7546cc Text Font Color

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

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


#7546cc Background Color

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

This div background color is #7546cc


#7546cc Border Color

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

This div border color is #7546cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7546cc


Comments

No comments written yet.

Please login to write comment.