Color Hex Logo

#762695 Color Hex

#762695
(118,38,149)
0 Favorites   0 Comments

Color spaces of #762695

RGB 11838149
HSL0.790.590.37
HSV283°74°58°
CMYK 0.210.740.00   0.42
XYZ13.58917.407729.1474
Yxy7.40770.27100.1477
Hunter Lab27.217141.4926-44.4430
CIE-Lab32.717651.4597-44.9013

#762695 color RGB value is (118,38,149).

#762695 hex color red value is 118, green value is 38 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #762695 hue: 0.79 , saturation: 0.59 and the lightness value of 762695 is 0.37.

The process color (four color CMYK) of #762695 color hex is 0.21, 0.74, 0.00, 0.42. Web safe color of #762695 is #663399. Color #762695 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100110 10010101
Octal 166 46 225
Decimal 118 38 149
Hex 76 26 95

RGB Percentages of Color #762695

%38.69
%12.46
%48.85

CMYK Percentages of Color #762695

%21
%74
%0
%42

Triadic Colors of #762695

#762695 #957626 #269576

Analogous Colors of #762695

#762695 #95267d #3f2695

Monochromatic Colors of #762695

#762695

Complementary Color

#762695 #459526

#762695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762695 Color CSS Codes

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

#762695 Text Font Color

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

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


#762695 Background Color

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

This div background color is #762695


#762695 Border Color

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

This div border color is #762695


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,38,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #762695; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #762695;
  -webkit-box-shadow: 1px 1px 3px 2px #762695;
  box-shadow:         1px 1px 3px 2px #762695; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762695


Comments

No comments written yet.

Please login to write comment.