Color Hex Logo

#7700ba Color Hex

#7700BA
(119,0,186)
0 Favorites   0 Comments

Color spaces of #7700ba

RGB 1190186
HSL0.771.000.36
HSV278°100°73°
CMYK 0.361.000.00   0.27
XYZ16.47077.467147.0276
Yxy7.46710.23210.1052
Hunter Lab27.326059.7701-82.9089
CIE-Lab32.847568.2090-66.9602

#7700ba color RGB value is (119,0,186).

#7700ba hex color red value is 119, green value is 0 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7700ba hue: 0.77 , saturation: 1.00 and the lightness value of 7700ba is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000000 10111010
Octal 167 0 272
Decimal 119 0 186
Hex 77 0 BA

RGB Percentages of Color #7700ba

%39.02
%0.00
%60.98

CMYK Percentages of Color #7700ba

%36
%100
%0
%27

Triadic Colors of #7700ba

#7700ba #ba7700 #00ba77

Analogous Colors of #7700ba

#7700ba #ba00a0 #1a00ba

Monochromatic Colors of #7700ba

#7700ba

Complementary Color

#7700ba #43ba00

#7700ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7700ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7700ba Color CSS Codes

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

#7700ba Text Font Color

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

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


#7700ba Background Color

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

This div background color is #7700ba


#7700ba Border Color

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

This div border color is #7700ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7700ba

#7700ba Color Palettes


Comments

No comments written yet.

Please login to write comment.