Color Hex Logo

#775dac Color Hex

#775DAC
(119,93,172)
0 Favorites   0 Comments

Color spaces of #775dac

RGB 11993172
HSL0.720.320.52
HSV260°46°67°
CMYK 0.310.460.00   0.33
XYZ18.968514.729240.8730
Yxy14.72920.25440.1975
Hunter Lab38.378621.0603-36.2784
CIE-Lab45.261028.1357-38.6518

#775dac color RGB value is (119,93,172).

#775dac hex color red value is 119, green value is 93 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #775dac hue: 0.72 , saturation: 0.32 and the lightness value of 775dac is 0.52.

The process color (four color CMYK) of #775dac color hex is 0.31, 0.46, 0.00, 0.33. Web safe color of #775dac is #666699. Color #775dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011101 10101100
Octal 167 135 254
Decimal 119 93 172
Hex 77 5D AC

RGB Percentages of Color #775dac

%30.99
%24.22
%44.79

CMYK Percentages of Color #775dac

%31
%46
%0
%33

Triadic Colors of #775dac

#775dac #ac775d #5dac77

Analogous Colors of #775dac

#775dac #9f5dac #5d6bac

Monochromatic Colors of #775dac

#775dac

Complementary Color

#775dac #92ac5d

#775dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#775dac Color CSS Codes

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

#775dac Text Font Color

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

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


#775dac Background Color

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

This div background color is #775dac


#775dac Border Color

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

This div border color is #775dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,93,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #775dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #775dac;
  -webkit-box-shadow: 1px 1px 3px 2px #775dac;
  box-shadow:         1px 1px 3px 2px #775dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775dac


Comments

No comments written yet.

Please login to write comment.