Color Hex Logo

#774bcc Color Hex

#774BCC
(119,75,204)
0 Favorites   0 Comments

Color spaces of #774bcc

RGB 11975204
HSL0.720.560.55
HSV260°63°80°
CMYK 0.420.630.00   0.20
XYZ21.022913.313758.5885
Yxy13.31370.22620.1433
Hunter Lab36.487938.9907-69.6601
CIE-Lab43.232247.0701-60.5481

#774bcc color RGB value is (119,75,204).

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

The process color (four color CMYK) of #774bcc color hex is 0.42, 0.63, 0.00, 0.20. Web safe color of #774bcc is #6633cc. Color #774bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001011 11001100
Octal 167 113 314
Decimal 119 75 204
Hex 77 4B CC

RGB Percentages of Color #774bcc

%29.90
%18.84
%51.26

CMYK Percentages of Color #774bcc

%42
%63
%0
%20

Triadic Colors of #774bcc

#774bcc #cc774b #4bcc77

Analogous Colors of #774bcc

#774bcc #b84bcc #4b60cc

Monochromatic Colors of #774bcc

#774bcc

Complementary Color

#774bcc #a0cc4b

#774bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#774bcc Color CSS Codes

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

#774bcc Text Font Color

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

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


#774bcc Background Color

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

This div background color is #774bcc


#774bcc Border Color

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

This div border color is #774bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774bcc


Comments

No comments written yet.

Please login to write comment.