Color Hex Logo

#77568a Color Hex

#77568A
(119,86,138)
0 Favorites   0 Comments

Color spaces of #77568a

RGB 11986138
HSL0.770.230.44
HSV278°38°54°
CMYK 0.140.380.00   0.46
XYZ15.523012.412525.6225
Yxy12.41250.28980.2318
Hunter Lab35.231416.9925-18.4575
CIE-Lab41.864323.8906-23.7102

#77568a color RGB value is (119,86,138).

#77568a hex color red value is 119, green value is 86 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #77568a hue: 0.77 , saturation: 0.23 and the lightness value of 77568a is 0.44.

The process color (four color CMYK) of #77568a color hex is 0.14, 0.38, 0.00, 0.46. Web safe color of #77568a is #666699. Color #77568a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010110 10001010
Octal 167 126 212
Decimal 119 86 138
Hex 77 56 8A

RGB Percentages of Color #77568a

%34.69
%25.07
%40.23

CMYK Percentages of Color #77568a

%14
%38
%0
%46

Triadic Colors of #77568a

#77568a #8a7756 #568a77

Analogous Colors of #77568a

#77568a #8a5683 #5d568a

Monochromatic Colors of #77568a

#77568a

Complementary Color

#77568a #698a56

#77568a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77568a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77568a Color CSS Codes

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

#77568a Text Font Color

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

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


#77568a Background Color

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

This div background color is #77568a


#77568a Border Color

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

This div border color is #77568a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,86,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77568a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77568a;
  -webkit-box-shadow: 1px 1px 3px 2px #77568a;
  box-shadow:         1px 1px 3px 2px #77568a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77568a


Comments

No comments written yet.

Please login to write comment.