Color Hex Logo

#7607cc Color Hex

#7607CC
(118,7,204)
0 Favorites   0 Comments

Color spaces of #7607cc

RGB 1187204
HSL0.760.930.41
HSV274°97°80°
CMYK 0.420.970.00   0.20
XYZ18.44638.363157.7688
Yxy8.36310.21810.0989
Hunter Lab28.919063.2498-98.1947
CIE-Lab34.727970.8308-74.4483

#7607cc color RGB value is (118,7,204).

#7607cc hex color red value is 118, green value is 7 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7607cc hue: 0.76 , saturation: 0.93 and the lightness value of 7607cc is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000111 11001100
Octal 166 7 314
Decimal 118 7 204
Hex 76 7 CC

RGB Percentages of Color #7607cc

%35.87
%2.13
%62.01

CMYK Percentages of Color #7607cc

%42
%97
%0
%20

Triadic Colors of #7607cc

#7607cc #cc7607 #07cc76

Analogous Colors of #7607cc

#7607cc #cc07c0 #1407cc

Monochromatic Colors of #7607cc

#7607cc

Complementary Color

#7607cc #5dcc07

#7607cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7607cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7607cc Color CSS Codes

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

#7607cc Text Font Color

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

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


#7607cc Background Color

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

This div background color is #7607cc


#7607cc Border Color

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

This div border color is #7607cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,7,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 #7607cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7607cc


Comments

No comments written yet.

Please login to write comment.