Color Hex Logo

#7607de Color Hex

#7607DE
(118,7,222)
0 Favorites   0 Comments

Color spaces of #7607de

RGB 1187222
HSL0.750.940.45
HSV271°97°87°
CMYK 0.470.970.00   0.13
XYZ20.73209.277469.8053
Yxy9.27740.20770.0929
Hunter Lab30.458868.1943-114.5592
CIE-Lab36.513074.6309-81.9142

#7607de color RGB value is (118,7,222).

#7607de hex color red value is 118, green value is 7 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7607de hue: 0.75 , saturation: 0.94 and the lightness value of 7607de is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000111 11011110
Octal 166 7 336
Decimal 118 7 222
Hex 76 7 DE

RGB Percentages of Color #7607de

%34.01
%2.02
%63.98

CMYK Percentages of Color #7607de

%47
%97
%0
%13

Triadic Colors of #7607de

#7607de #de7607 #07de76

Analogous Colors of #7607de

#7607de #de07db #0b07de

Monochromatic Colors of #7607de

#7607de

Complementary Color

#7607de #6fde07

#7607de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7607de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7607de Color CSS Codes

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

#7607de Text Font Color

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

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


#7607de Background Color

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

This div background color is #7607de


#7607de Border Color

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

This div border color is #7607de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,7,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7607de


Comments

No comments written yet.

Please login to write comment.