Color Hex Logo

#7774bc Color Hex

#7774BC
(119,116,188)
0 Favorites   0 Comments

Color spaces of #7774bc

RGB 119116188
HSL0.670.350.60
HSV243°38°74°
CMYK 0.370.380.00   0.26
XYZ22.930220.043650.2372
Yxy20.04360.24600.2150
Hunter Lab44.770113.0759-35.1912
CIE-Lab51.886518.6482-37.4982

#7774bc color RGB value is (119,116,188).

#7774bc hex color red value is 119, green value is 116 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7774bc hue: 0.67 , saturation: 0.35 and the lightness value of 7774bc is 0.60.

The process color (four color CMYK) of #7774bc color hex is 0.37, 0.38, 0.00, 0.26. Web safe color of #7774bc is #6666cc. Color #7774bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110100 10111100
Octal 167 164 274
Decimal 119 116 188
Hex 77 74 BC

RGB Percentages of Color #7774bc

%28.13
%27.42
%44.44

CMYK Percentages of Color #7774bc

%37
%38
%0
%26

Triadic Colors of #7774bc

#7774bc #bc7774 #74bc77

Analogous Colors of #7774bc

#7774bc #9b74bc #7495bc

Monochromatic Colors of #7774bc

#7774bc

Complementary Color

#7774bc #b9bc74

#7774bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7774bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7774bc Color CSS Codes

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

#7774bc Text Font Color

<p style="color:#7774bc">Text here</p>

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


#7774bc Background Color

<div style="background-color:#7774bc">
Div content here</div>

This div background color is #7774bc


#7774bc Border Color

<div style="border:3px solid #7774bc">
Div here</div>

This div border color is #7774bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,116,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7774bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7774bc;
  -webkit-box-shadow: 1px 1px 3px 2px #7774bc;
  box-shadow:         1px 1px 3px 2px #7774bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7774bc


Comments

No comments written yet.

Please login to write comment.