Color Hex Logo

#7700cc Color Hex

#7700CC
(119,0,204)
1 Favorites   1 Comments

Color spaces of #7700cc

RGB 1190204
HSL0.761.000.40
HSV275°100°80°
CMYK 0.421.000.00   0.20
XYZ18.50688.281657.7498
Yxy8.28160.21890.0980
Hunter Lab28.777864.4311-98.8358
CIE-Lab34.562671.8595-74.7156

#7700cc color RGB value is (119,0,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000000 11001100
Octal 167 0 314
Decimal 119 0 204
Hex 77 0 CC

RGB Percentages of Color #7700cc

%36.84
%0.00
%63.16

CMYK Percentages of Color #7700cc

%42
%100
%0
%20

Triadic Colors of #7700cc

#7700cc #cc7700 #00cc77

Analogous Colors of #7700cc

#7700cc #cc00bb #1100cc

Monochromatic Colors of #7700cc

#7700cc

Complementary Color

#7700cc #55cc00

#7700cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7700cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7700cc Color CSS Codes

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

#7700cc Text Font Color

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

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


#7700cc Background Color

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

This div background color is #7700cc


#7700cc Border Color

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

This div border color is #7700cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7700cc


Comments

28 Sep 2023, 10:07 Abstractn

Since before 2011 I have made a fictional sci-fi corporation called NoiXe and their main colour is this exact hex code. Ive been obsessed with this shade till this day.

Please login to write comment.