Color Hex Logo

#747ccc Color Hex

#747CCC
(116,124,204)
0 Favorites   0 Comments

Color spaces of #747ccc

RGB 116124204
HSL0.650.460.63
HSV235°43°80°
CMYK 0.430.390.00   0.20
XYZ25.309222.487960.1334
Yxy22.48790.23450.2084
Hunter Lab47.421412.2795-41.9886
CIE-Lab54.540917.6190-42.4677

#747ccc color RGB value is (116,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111100 11001100
Octal 164 174 314
Decimal 116 124 204
Hex 74 7C CC

RGB Percentages of Color #747ccc

%26.13
%27.93
%45.95

CMYK Percentages of Color #747ccc

%43
%39
%0
%20

Triadic Colors of #747ccc

#747ccc #cc747c #7ccc74

Analogous Colors of #747ccc

#747ccc #9874cc #74a8cc

Monochromatic Colors of #747ccc

#747ccc

Complementary Color

#747ccc #ccc474

#747ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#747ccc Color CSS Codes

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

#747ccc Text Font Color

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

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


#747ccc Background Color

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

This div background color is #747ccc


#747ccc Border Color

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

This div border color is #747ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747ccc


Comments

No comments written yet.

Please login to write comment.