Color Hex Logo

#746dcc Color Hex

#746DCC
(116,109,204)
0 Favorites   0 Comments

Color spaces of #746dcc

RGB 116109204
HSL0.680.480.61
HSV244°47°80°
CMYK 0.430.470.00   0.20
XYZ23.570219.009959.5537
Yxy19.00990.23080.1861
Hunter Lab43.600320.1959-50.4640
CIE-Lab50.698826.6368-48.5630

#746dcc color RGB value is (116,109,204).

#746dcc hex color red value is 116, green value is 109 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #746dcc hue: 0.68 , saturation: 0.48 and the lightness value of 746dcc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101101 11001100
Octal 164 155 314
Decimal 116 109 204
Hex 74 6D CC

RGB Percentages of Color #746dcc

%27.04
%25.41
%47.55

CMYK Percentages of Color #746dcc

%43
%47
%0
%20

Triadic Colors of #746dcc

#746dcc #cc746d #6dcc74

Analogous Colors of #746dcc

#746dcc #a46dcc #6d96cc

Monochromatic Colors of #746dcc

#746dcc

Complementary Color

#746dcc #c5cc6d

#746dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#746dcc Color CSS Codes

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

#746dcc Text Font Color

<p style="color:#746dcc">Text here</p>

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


#746dcc Background Color

<div style="background-color:#746dcc">
Div content here</div>

This div background color is #746dcc


#746dcc Border Color

<div style="border:3px solid #746dcc">
Div here</div>

This div border color is #746dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746dcc


Comments

No comments written yet.

Please login to write comment.