Color Hex Logo

#774cbd Color Hex

#774CBD
(119,76,189)
0 Favorites   0 Comments

Color spaces of #774cbd

RGB 11976189
HSL0.730.460.52
HSV263°60°74°
CMYK 0.370.600.00   0.26
XYZ19.377512.764949.5867
Yxy12.76490.23710.1562
Hunter Lab35.728034.2876-57.2787
CIE-Lab42.406942.5234-53.1725

#774cbd color RGB value is (119,76,189).

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

The process color (four color CMYK) of #774cbd color hex is 0.37, 0.60, 0.00, 0.26. Web safe color of #774cbd is #6633cc. Color #774cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001100 10111101
Octal 167 114 275
Decimal 119 76 189
Hex 77 4C BD

RGB Percentages of Color #774cbd

%30.99
%19.79
%49.22

CMYK Percentages of Color #774cbd

%37
%60
%0
%26

Triadic Colors of #774cbd

#774cbd #bd774c #4cbd77

Analogous Colors of #774cbd

#774cbd #b04cbd #4c5abd

Monochromatic Colors of #774cbd

#774cbd

Complementary Color

#774cbd #92bd4c

#774cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#774cbd Color CSS Codes

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

#774cbd Text Font Color

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

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


#774cbd Background Color

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

This div background color is #774cbd


#774cbd Border Color

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

This div border color is #774cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774cbd


Comments

No comments written yet.

Please login to write comment.