Color Hex Logo

#7756ba Color Hex

#7756BA
(119,86,186)
0 Favorites   0 Comments

Color spaces of #7756ba

RGB 11986186
HSL0.720.420.53
HSV260°54°73°
CMYK 0.360.540.00   0.27
XYZ19.798514.122748.1368
Yxy14.12270.24130.1721
Hunter Lab37.580228.2745-49.6390
CIE-Lab44.408436.0120-48.2069

#7756ba color RGB value is (119,86,186).

#7756ba hex color red value is 119, green value is 86 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7756ba hue: 0.72 , saturation: 0.42 and the lightness value of 7756ba is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010110 10111010
Octal 167 126 272
Decimal 119 86 186
Hex 77 56 BA

RGB Percentages of Color #7756ba

%30.43
%21.99
%47.57

CMYK Percentages of Color #7756ba

%36
%54
%0
%27

Triadic Colors of #7756ba

#7756ba #ba7756 #56ba77

Analogous Colors of #7756ba

#7756ba #a956ba #5667ba

Monochromatic Colors of #7756ba

#7756ba

Complementary Color

#7756ba #99ba56

#7756ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7756ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7756ba Color CSS Codes

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

#7756ba Text Font Color

<p style="color:#7756ba">Text here</p>

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


#7756ba Background Color

<div style="background-color:#7756ba">
Div content here</div>

This div background color is #7756ba


#7756ba Border Color

<div style="border:3px solid #7756ba">
Div here</div>

This div border color is #7756ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,86,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7756ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7756ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7756ba;
  box-shadow:         1px 1px 3px 2px #7756ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7756ba


Comments

No comments written yet.

Please login to write comment.