Color Hex Logo

#746cdd Color Hex

#746CDD
(116,108,221)
0 Favorites   0 Comments

Color spaces of #746cdd

RGB 116108221
HSL0.680.620.65
HSV244°51°87°
CMYK 0.480.510.00   0.13
XYZ25.616219.658670.8510
Yxy19.65860.22060.1693
Hunter Lab44.338025.5365-63.7073
CIE-Lab51.449032.2415-57.0193

#746cdd color RGB value is (116,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101100 11011101
Octal 164 154 335
Decimal 116 108 221
Hex 74 6C DD

RGB Percentages of Color #746cdd

%26.07
%24.27
%49.66

CMYK Percentages of Color #746cdd

%48
%51
%0
%13

Triadic Colors of #746cdd

#746cdd #dd746c #6cdd74

Analogous Colors of #746cdd

#746cdd #ad6cdd #6c9ddd

Monochromatic Colors of #746cdd

#746cdd

Complementary Color

#746cdd #d5dd6c

#746cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#746cdd Color CSS Codes

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

#746cdd Text Font Color

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

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


#746cdd Background Color

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

This div background color is #746cdd


#746cdd Border Color

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

This div border color is #746cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746cdd


Comments

No comments written yet.

Please login to write comment.