Color Hex Logo

#747bcd Color Hex

#747BCD
(116,123,205)
0 Favorites   0 Comments

Color spaces of #747bcd

RGB 116123205
HSL0.650.470.63
HSV235°43°80°
CMYK 0.430.400.00   0.20
XYZ25.304922.286760.7257
Yxy22.28670.23360.2058
Hunter Lab47.208813.0643-43.2199
CIE-Lab54.329918.5103-43.3685

#747bcd color RGB value is (116,123,205).

#747bcd hex color red value is 116, green value is 123 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #747bcd hue: 0.65 , saturation: 0.47 and the lightness value of 747bcd is 0.63.

The process color (four color CMYK) of #747bcd color hex is 0.43, 0.40, 0.00, 0.20. Web safe color of #747bcd is #6666cc. Color #747bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111011 11001101
Octal 164 173 315
Decimal 116 123 205
Hex 74 7B CD

RGB Percentages of Color #747bcd

%26.13
%27.70
%46.17

CMYK Percentages of Color #747bcd

%43
%40
%0
%20

Triadic Colors of #747bcd

#747bcd #cd747b #7bcd74

Analogous Colors of #747bcd

#747bcd #9a74cd #74a8cd

Monochromatic Colors of #747bcd

#747bcd

Complementary Color

#747bcd #cdc674

#747bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#747bcd Color CSS Codes

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

#747bcd Text Font Color

<p style="color:#747bcd">Text here</p>

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


#747bcd Background Color

<div style="background-color:#747bcd">
Div content here</div>

This div background color is #747bcd


#747bcd Border Color

<div style="border:3px solid #747bcd">
Div here</div>

This div border color is #747bcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,123,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #747bcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #747bcd;
  -webkit-box-shadow: 1px 1px 3px 2px #747bcd;
  box-shadow:         1px 1px 3px 2px #747bcd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747bcd


Comments

No comments written yet.

Please login to write comment.