Color Hex Logo

#774cbb Color Hex

#774CBB
(119,76,187)
0 Favorites   0 Comments

Color spaces of #774cbb

RGB 11976187
HSL0.730.450.52
HSV263°59°73°
CMYK 0.360.590.00   0.27
XYZ19.161812.678748.4510
Yxy12.67870.23870.1579
Hunter Lab35.607233.7463-55.7514
CIE-Lab42.275141.9954-52.2158

#774cbb color RGB value is (119,76,187).

#774cbb hex color red value is 119, green value is 76 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #774cbb hue: 0.73 , saturation: 0.45 and the lightness value of 774cbb is 0.52.

The process color (four color CMYK) of #774cbb color hex is 0.36, 0.59, 0.00, 0.27. Web safe color of #774cbb is #6633cc. Color #774cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001100 10111011
Octal 167 114 273
Decimal 119 76 187
Hex 77 4C BB

RGB Percentages of Color #774cbb

%31.15
%19.90
%48.95

CMYK Percentages of Color #774cbb

%36
%59
%0
%27

Triadic Colors of #774cbb

#774cbb #bb774c #4cbb77

Analogous Colors of #774cbb

#774cbb #af4cbb #4c59bb

Monochromatic Colors of #774cbb

#774cbb

Complementary Color

#774cbb #90bb4c

#774cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#774cbb Color CSS Codes

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

#774cbb Text Font Color

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

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


#774cbb Background Color

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

This div background color is #774cbb


#774cbb Border Color

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

This div border color is #774cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,76,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #774cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #774cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #774cbb;
  box-shadow:         1px 1px 3px 2px #774cbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774cbb


Comments

No comments written yet.

Please login to write comment.