Color Hex Logo

#775bae Color Hex

#775BAE
(119,91,174)
0 Favorites   0 Comments

Color spaces of #775bae

RGB 11991174
HSL0.720.340.52
HSV260°48°68°
CMYK 0.320.480.00   0.32
XYZ18.988814.460141.8347
Yxy14.46010.25220.1921
Hunter Lab38.026422.5891-38.6093
CIE-Lab44.885729.8579-40.4217

#775bae color RGB value is (119,91,174).

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

The process color (four color CMYK) of #775bae color hex is 0.32, 0.48, 0.00, 0.32. Web safe color of #775bae is #666699. Color #775bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011011 10101110
Octal 167 133 256
Decimal 119 91 174
Hex 77 5B AE

RGB Percentages of Color #775bae

%30.99
%23.70
%45.31

CMYK Percentages of Color #775bae

%32
%48
%0
%32

Triadic Colors of #775bae

#775bae #ae775b #5bae77

Analogous Colors of #775bae

#775bae #a15bae #5b69ae

Monochromatic Colors of #775bae

#775bae

Complementary Color

#775bae #92ae5b

#775bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#775bae Color CSS Codes

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

#775bae Text Font Color

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

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


#775bae Background Color

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

This div background color is #775bae


#775bae Border Color

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

This div border color is #775bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775bae


Comments

No comments written yet.

Please login to write comment.