Color Hex Logo

#7763ba Color Hex

#7763BA
(119,99,186)
0 Favorites   0 Comments

Color spaces of #7763ba

RGB 11999186
HSL0.700.390.56
HSV254°47°73°
CMYK 0.360.470.00   0.27
XYZ20.932516.390848.5148
Yxy16.39080.24390.1910
Hunter Lab40.485621.4413-42.7087
CIE-Lab47.483128.3131-43.3035

#7763ba color RGB value is (119,99,186).

#7763ba hex color red value is 119, green value is 99 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7763ba hue: 0.70 , saturation: 0.39 and the lightness value of 7763ba is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100011 10111010
Octal 167 143 272
Decimal 119 99 186
Hex 77 63 BA

RGB Percentages of Color #7763ba

%29.46
%24.50
%46.04

CMYK Percentages of Color #7763ba

%36
%47
%0
%27

Triadic Colors of #7763ba

#7763ba #ba7763 #63ba77

Analogous Colors of #7763ba

#7763ba #a363ba #637bba

Monochromatic Colors of #7763ba

#7763ba

Complementary Color

#7763ba #a6ba63

#7763ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7763ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7763ba Color CSS Codes

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

#7763ba Text Font Color

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

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


#7763ba Background Color

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

This div background color is #7763ba


#7763ba Border Color

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

This div border color is #7763ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7763ba


Comments

No comments written yet.

Please login to write comment.