Color Hex Logo

#746adf Color Hex

#746ADF
(116,106,223)
0 Favorites   0 Comments

Color spaces of #746adf

RGB 116106223
HSL0.680.650.65
HSV245°52°87°
CMYK 0.480.520.00   0.13
XYZ25.675819.348872.1935
Yxy19.34880.21900.1651
Hunter Lab43.987327.2145-66.5178
CIE-Lab51.092834.0271-58.7212

#746adf color RGB value is (116,106,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101010 11011111
Octal 164 152 337
Decimal 116 106 223
Hex 74 6A DF

RGB Percentages of Color #746adf

%26.07
%23.82
%50.11

CMYK Percentages of Color #746adf

%48
%52
%0
%13

Triadic Colors of #746adf

#746adf #df746a #6adf74

Analogous Colors of #746adf

#746adf #af6adf #6a9bdf

Monochromatic Colors of #746adf

#746adf

Complementary Color

#746adf #d5df6a

#746adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#746adf Color CSS Codes

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

#746adf Text Font Color

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

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


#746adf Background Color

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

This div background color is #746adf


#746adf Border Color

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

This div border color is #746adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746adf


Comments

No comments written yet.

Please login to write comment.