Color Hex Logo

#774bdd Color Hex

#774BDD
(119,75,221)
0 Favorites   0 Comments

Color spaces of #774bdd

RGB 11975221
HSL0.720.680.58
HSV258°66°87°
CMYK 0.460.660.00   0.13
XYZ23.175014.174669.9211
Yxy14.17460.21600.1321
Hunter Lab37.649243.9899-83.7575
CIE-Lab44.482351.6665-68.2693

#774bdd color RGB value is (119,75,221).

#774bdd hex color red value is 119, green value is 75 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #774bdd hue: 0.72 , saturation: 0.68 and the lightness value of 774bdd is 0.58.

The process color (four color CMYK) of #774bdd color hex is 0.46, 0.66, 0.00, 0.13. Web safe color of #774bdd is #6633cc. Color #774bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001011 11011101
Octal 167 113 335
Decimal 119 75 221
Hex 77 4B DD

RGB Percentages of Color #774bdd

%28.67
%18.07
%53.25

CMYK Percentages of Color #774bdd

%46
%66
%0
%13

Triadic Colors of #774bdd

#774bdd #dd774b #4bdd77

Analogous Colors of #774bdd

#774bdd #c04bdd #4b68dd

Monochromatic Colors of #774bdd

#774bdd

Complementary Color

#774bdd #b1dd4b

#774bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#774bdd Color CSS Codes

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

#774bdd Text Font Color

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

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


#774bdd Background Color

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

This div background color is #774bdd


#774bdd Border Color

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

This div border color is #774bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774bdd


Comments

No comments written yet.

Please login to write comment.