Color Hex Logo

#775882 Color Hex

#775882
(119,88,130)
0 Favorites   0 Comments

Color spaces of #775882

RGB 11988130
HSL0.790.190.43
HSV284°32°51°
CMYK 0.080.320.00   0.49
XYZ15.126712.513122.7371
Yxy12.51310.30030.2484
Hunter Lab35.373914.4266-13.3479
CIE-Lab42.020320.8727-18.6207

#775882 color RGB value is (119,88,130).

#775882 hex color red value is 119, green value is 88 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #775882 hue: 0.79 , saturation: 0.19 and the lightness value of 775882 is 0.43.

The process color (four color CMYK) of #775882 color hex is 0.08, 0.32, 0.00, 0.49. Web safe color of #775882 is #666699. Color #775882 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011000 10000010
Octal 167 130 202
Decimal 119 88 130
Hex 77 58 82

RGB Percentages of Color #775882

%35.31
%26.11
%38.58

CMYK Percentages of Color #775882

%8
%32
%0
%49

Triadic Colors of #775882

#775882 #827758 #588277

Analogous Colors of #775882

#775882 #825878 #625882

Monochromatic Colors of #775882

#775882

Complementary Color

#775882 #638258

#775882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#775882 Color CSS Codes

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

#775882 Text Font Color

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

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


#775882 Background Color

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

This div background color is #775882


#775882 Border Color

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

This div border color is #775882


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,88,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #775882; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #775882;
  -webkit-box-shadow: 1px 1px 3px 2px #775882;
  box-shadow:         1px 1px 3px 2px #775882; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775882


Comments

No comments written yet.

Please login to write comment.