Color Hex Logo

#746ddd Color Hex

#746DDD
(116,109,221)
0 Favorites   0 Comments

Color spaces of #746ddd

RGB 116109221
HSL0.680.620.65
HSV244°51°87°
CMYK 0.480.510.00   0.13
XYZ25.722219.870770.8863
Yxy19.87070.22080.1706
Hunter Lab44.576624.9916-63.0802
CIE-Lab51.690731.6445-56.6313

#746ddd color RGB value is (116,109,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101101 11011101
Octal 164 155 335
Decimal 116 109 221
Hex 74 6D DD

RGB Percentages of Color #746ddd

%26.01
%24.44
%49.55

CMYK Percentages of Color #746ddd

%48
%51
%0
%13

Triadic Colors of #746ddd

#746ddd #dd746d #6ddd74

Analogous Colors of #746ddd

#746ddd #ac6ddd #6d9edd

Monochromatic Colors of #746ddd

#746ddd

Complementary Color

#746ddd #d6dd6d

#746ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#746ddd Color CSS Codes

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

#746ddd Text Font Color

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

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


#746ddd Background Color

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

This div background color is #746ddd


#746ddd Border Color

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

This div border color is #746ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746ddd


Comments

No comments written yet.

Please login to write comment.