Color Hex Logo

#7556cc Color Hex

#7556CC
(117,86,204)
0 Favorites   0 Comments

Color spaces of #7556cc

RGB 11786204
HSL0.710.540.57
HSV256°58°80°
CMYK 0.430.580.00   0.20
XYZ21.563014.797158.8464
Yxy14.79710.22650.1554
Hunter Lab38.467032.7424-63.7743
CIE-Lab45.355040.4875-57.1263

#7556cc color RGB value is (117,86,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010110 11001100
Octal 165 126 314
Decimal 117 86 204
Hex 75 56 CC

RGB Percentages of Color #7556cc

%28.75
%21.13
%50.12

CMYK Percentages of Color #7556cc

%43
%58
%0
%20

Triadic Colors of #7556cc

#7556cc #cc7556 #56cc75

Analogous Colors of #7556cc

#7556cc #b056cc #5672cc

Monochromatic Colors of #7556cc

#7556cc

Complementary Color

#7556cc #adcc56

#7556cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7556cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7556cc Color CSS Codes

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

#7556cc Text Font Color

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

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


#7556cc Background Color

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

This div background color is #7556cc


#7556cc Border Color

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

This div border color is #7556cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7556cc


Comments

No comments written yet.

Please login to write comment.