Color Hex Logo

#765293 Color Hex

#765293
(118,82,147)
0 Favorites   0 Comments

Color spaces of #765293

RGB 11882147
HSL0.760.280.45
HSV273°44°58°
CMYK 0.200.440.00   0.42
XYZ15.755011.992729.0882
Yxy11.99270.27720.2110
Hunter Lab34.630520.6045-25.5599
CIE-Lab41.204528.0896-30.1813

#765293 color RGB value is (118,82,147).

#765293 hex color red value is 118, green value is 82 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #765293 hue: 0.76 , saturation: 0.28 and the lightness value of 765293 is 0.45.

The process color (four color CMYK) of #765293 color hex is 0.20, 0.44, 0.00, 0.42. Web safe color of #765293 is #666699. Color #765293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010010 10010011
Octal 166 122 223
Decimal 118 82 147
Hex 76 52 93

RGB Percentages of Color #765293

%34.01
%23.63
%42.36

CMYK Percentages of Color #765293

%20
%44
%0
%42

Triadic Colors of #765293

#765293 #937652 #529376

Analogous Colors of #765293

#765293 #935290 #565293

Monochromatic Colors of #765293

#765293

Complementary Color

#765293 #6f9352

#765293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765293 Color CSS Codes

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

#765293 Text Font Color

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

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


#765293 Background Color

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

This div background color is #765293


#765293 Border Color

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

This div border color is #765293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765293


Comments

No comments written yet.

Please login to write comment.