Color Hex Logo

#7506de Color Hex

#7506DE
(117,6,222)
0 Favorites   0 Comments

Color spaces of #7506de

RGB 1176222
HSL0.750.950.45
HSV271°97°87°
CMYK 0.470.970.00   0.13
XYZ20.58619.186169.7953
Yxy9.18610.20680.0923
Hunter Lab30.308668.2002-115.3184
CIE-Lab36.340274.6681-82.2039

#7506de color RGB value is (117,6,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000110 11011110
Octal 165 6 336
Decimal 117 6 222
Hex 75 6 DE

RGB Percentages of Color #7506de

%33.91
%1.74
%64.35

CMYK Percentages of Color #7506de

%47
%97
%0
%13

Triadic Colors of #7506de

#7506de #de7506 #06de75

Analogous Colors of #7506de

#7506de #de06db #0906de

Monochromatic Colors of #7506de

#7506de

Complementary Color

#7506de #6fde06

#7506de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7506de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7506de Color CSS Codes

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

#7506de Text Font Color

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

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


#7506de Background Color

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

This div background color is #7506de


#7506de Border Color

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

This div border color is #7506de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,6,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 #7506de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7506de


Comments

No comments written yet.

Please login to write comment.