Color Hex Logo

#746dbd Color Hex

#746DBD
(116,109,189)
0 Favorites   0 Comments

Color spaces of #746dbd

RGB 116109189
HSL0.680.380.58
HSV245°42°74°
CMYK 0.390.420.00   0.26
XYZ21.856418.324450.5291
Yxy18.32440.24090.2020
Hunter Lab42.807016.2263-40.0206
CIE-Lab49.887222.3290-41.2439

#746dbd color RGB value is (116,109,189).

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

The process color (four color CMYK) of #746dbd color hex is 0.39, 0.42, 0.00, 0.26. Web safe color of #746dbd is #6666cc. Color #746dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101101 10111101
Octal 164 155 275
Decimal 116 109 189
Hex 74 6D BD

RGB Percentages of Color #746dbd

%28.02
%26.33
%45.65

CMYK Percentages of Color #746dbd

%39
%42
%0
%26

Triadic Colors of #746dbd

#746dbd #bd746d #6dbd74

Analogous Colors of #746dbd

#746dbd #9c6dbd #6d8ebd

Monochromatic Colors of #746dbd

#746dbd

Complementary Color

#746dbd #b6bd6d

#746dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#746dbd Color CSS Codes

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

#746dbd Text Font Color

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

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


#746dbd Background Color

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

This div background color is #746dbd


#746dbd Border Color

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

This div border color is #746dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746dbd


Comments

No comments written yet.

Please login to write comment.