Color Hex Logo

#765698 Color Hex

#765698
(118,86,152)
0 Favorites   0 Comments

Color spaces of #765698

RGB 11886152
HSL0.750.280.47
HSV269°43°60°
CMYK 0.220.430.00   0.40
XYZ16.466512.774131.3035
Yxy12.77410.27200.2110
Hunter Lab35.740919.6918-26.9103
CIE-Lab42.420926.9205-31.2744

#765698 color RGB value is (118,86,152).

#765698 hex color red value is 118, green value is 86 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #765698 hue: 0.75 , saturation: 0.28 and the lightness value of 765698 is 0.47.

The process color (four color CMYK) of #765698 color hex is 0.22, 0.43, 0.00, 0.40. Web safe color of #765698 is #666699. Color #765698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010110 10011000
Octal 166 126 230
Decimal 118 86 152
Hex 76 56 98

RGB Percentages of Color #765698

%33.15
%24.16
%42.70

CMYK Percentages of Color #765698

%22
%43
%0
%40

Triadic Colors of #765698

#765698 #987656 #569876

Analogous Colors of #765698

#765698 #975698 #565798

Monochromatic Colors of #765698

#765698

Complementary Color

#765698 #789856

#765698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765698 Color CSS Codes

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

#765698 Text Font Color

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

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


#765698 Background Color

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

This div background color is #765698


#765698 Border Color

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

This div border color is #765698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765698


Comments

No comments written yet.

Please login to write comment.