Color Hex Logo

#761690 Color Hex

#761690
(118,22,144)
0 Favorites   0 Comments

Color spaces of #761690

RGB 11822144
HSL0.800.730.33
HSV287°85°56°
CMYK 0.180.850.00   0.44
XYZ12.79226.439026.9542
Yxy6.43900.27700.1394
Hunter Lab25.375245.5793-45.2168
CIE-Lab30.494155.8299-45.4173

#761690 color RGB value is (118,22,144).

#761690 hex color red value is 118, green value is 22 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #761690 hue: 0.80 , saturation: 0.73 and the lightness value of 761690 is 0.33.

The process color (four color CMYK) of #761690 color hex is 0.18, 0.85, 0.00, 0.44. Web safe color of #761690 is #660099. Color #761690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010110 10010000
Octal 166 26 220
Decimal 118 22 144
Hex 76 16 90

RGB Percentages of Color #761690

%41.55
%7.75
%50.70

CMYK Percentages of Color #761690

%18
%85
%0
%44

Triadic Colors of #761690

#761690 #907616 #169076

Analogous Colors of #761690

#761690 #90166d #391690

Monochromatic Colors of #761690

#761690

Complementary Color

#761690 #309016

#761690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761690 Color CSS Codes

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

#761690 Text Font Color

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

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


#761690 Background Color

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

This div background color is #761690


#761690 Border Color

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

This div border color is #761690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761690


Comments

No comments written yet.

Please login to write comment.