Color Hex Logo

#7757ba Color Hex

#7757BA
(119,87,186)
0 Favorites   0 Comments

Color spaces of #7757ba

RGB 11987186
HSL0.720.420.54
HSV259°53°73°
CMYK 0.360.530.00   0.27
XYZ19.878914.283548.1636
Yxy14.28350.24150.1735
Hunter Lab37.793527.7500-49.1030
CIE-Lab44.636835.4282-47.8414

#7757ba color RGB value is (119,87,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010111 10111010
Octal 167 127 272
Decimal 119 87 186
Hex 77 57 BA

RGB Percentages of Color #7757ba

%30.36
%22.19
%47.45

CMYK Percentages of Color #7757ba

%36
%53
%0
%27

Triadic Colors of #7757ba

#7757ba #ba7757 #57ba77

Analogous Colors of #7757ba

#7757ba #a957ba #5769ba

Monochromatic Colors of #7757ba

#7757ba

Complementary Color

#7757ba #9aba57

#7757ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7757ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7757ba Color CSS Codes

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

#7757ba Text Font Color

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

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


#7757ba Background Color

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

This div background color is #7757ba


#7757ba Border Color

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

This div border color is #7757ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,87,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 #7757ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7757ba

#7757ba Color Palettes


Comments

No comments written yet.

Please login to write comment.