Color Hex Logo

#7556bb Color Hex

#7556BB
(117,86,187)
0 Favorites   0 Comments

Color spaces of #7556bb

RGB 11786187
HSL0.720.430.54
HSV258°54°73°
CMYK 0.370.540.00   0.27
XYZ19.633514.025348.6861
Yxy14.02530.23840.1703
Hunter Lab37.450428.0412-50.8627
CIE-Lab44.269235.7863-49.0243

#7556bb color RGB value is (117,86,187).

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

The process color (four color CMYK) of #7556bb color hex is 0.37, 0.54, 0.00, 0.27. Web safe color of #7556bb is #6666cc. Color #7556bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010110 10111011
Octal 165 126 273
Decimal 117 86 187
Hex 75 56 BB

RGB Percentages of Color #7556bb

%30.00
%22.05
%47.95

CMYK Percentages of Color #7556bb

%37
%54
%0
%27

Triadic Colors of #7556bb

#7556bb #bb7556 #56bb75

Analogous Colors of #7556bb

#7556bb #a856bb #566abb

Monochromatic Colors of #7556bb

#7556bb

Complementary Color

#7556bb #9cbb56

#7556bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7556bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7556bb Color CSS Codes

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

#7556bb Text Font Color

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

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


#7556bb Background Color

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

This div background color is #7556bb


#7556bb Border Color

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

This div border color is #7556bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,86,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7556bb


Comments

No comments written yet.

Please login to write comment.