Color Hex Logo

#760569 Color Hex

#760569
(118,5,105)
0 Favorites   0 Comments

Color spaces of #760569

RGB 1185105
HSL0.850.920.24
HSV307°96°46°
CMYK 0.000.960.11   0.54
XYZ10.07534.980013.7948
Yxy4.98000.34920.1726
Hunter Lab22.315941.5372-21.0296
CIE-Lab26.677752.6780-26.8674

#760569 color RGB value is (118,5,105).

#760569 hex color red value is 118, green value is 5 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #760569 hue: 0.85 , saturation: 0.92 and the lightness value of 760569 is 0.24.

The process color (four color CMYK) of #760569 color hex is 0.00, 0.96, 0.11, 0.54. Web safe color of #760569 is #660066. Color #760569 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000101 01101001
Octal 166 5 151
Decimal 118 5 105
Hex 76 5 69

RGB Percentages of Color #760569

%51.75
%2.19
%46.05

CMYK Percentages of Color #760569

%0
%96
%11
%54

Triadic Colors of #760569

#760569 #697605 #056976

Analogous Colors of #760569

#760569 #760530 #4b0576

Monochromatic Colors of #760569

#760569

Complementary Color

#760569 #057612

#760569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760569 Color CSS Codes

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

#760569 Text Font Color

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

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


#760569 Background Color

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

This div background color is #760569


#760569 Border Color

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

This div border color is #760569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760569


Comments

No comments written yet.

Please login to write comment.