Color Hex Logo

#7477bc Color Hex

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

Color spaces of #7477bc

RGB 116119188
HSL0.660.350.60
HSV238°38°74°
CMYK 0.380.370.00   0.26
XYZ22.876420.537550.3354
Yxy20.53750.24400.2191
Hunter Lab45.318310.7986-34.1310
CIE-Lab52.439616.0206-36.6453

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

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

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

Base Numbers

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

RGB Percentages of Color #7477bc

%27.42
%28.13
%44.44

CMYK Percentages of Color #7477bc

%38
%37
%0
%26

Triadic Colors of #7477bc

#7477bc #bc7477 #77bc74

Analogous Colors of #7477bc

#7477bc #9574bc #749bbc

Monochromatic Colors of #7477bc

#7477bc

Complementary Color

#7477bc #bcb974

#7477bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7477bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7477bc Color CSS Codes

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

#7477bc Text Font Color

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

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


#7477bc Background Color

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

This div background color is #7477bc


#7477bc Border Color

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

This div border color is #7477bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,119,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 #7477bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7477bc

#7477bc Color Palettes


Comments

No comments written yet.

Please login to write comment.