Color Hex Logo

#746acd Color Hex

#746ACD
(116,106,205)
0 Favorites   0 Comments

Color spaces of #746acd

RGB 116106205
HSL0.680.500.61
HSV246°48°80°
CMYK 0.430.480.00   0.20
XYZ23.375918.428960.0827
Yxy18.42890.22940.1809
Hunter Lab42.928922.0723-52.9313
CIE-Lab50.012228.7305-50.2296

#746acd color RGB value is (116,106,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101010 11001101
Octal 164 152 315
Decimal 116 106 205
Hex 74 6A CD

RGB Percentages of Color #746acd

%27.17
%24.82
%48.01

CMYK Percentages of Color #746acd

%43
%48
%0
%20

Triadic Colors of #746acd

#746acd #cd746a #6acd74

Analogous Colors of #746acd

#746acd #a66acd #6a92cd

Monochromatic Colors of #746acd

#746acd

Complementary Color

#746acd #c3cd6a

#746acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#746acd Color CSS Codes

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

#746acd Text Font Color

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

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


#746acd Background Color

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

This div background color is #746acd


#746acd Border Color

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

This div border color is #746acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746acd


Comments

No comments written yet.

Please login to write comment.