Color Hex Logo

#746bdf Color Hex

#746BDF
(116,107,223)
0 Favorites   0 Comments

Color spaces of #746bdf

RGB 116107223
HSL0.680.640.65
HSV245°52°87°
CMYK 0.480.520.00   0.13
XYZ25.779419.556172.2280
Yxy19.55610.21930.1663
Hunter Lab44.222326.6677-65.8824
CIE-Lab51.331633.4321-58.3373

#746bdf color RGB value is (116,107,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101011 11011111
Octal 164 153 337
Decimal 116 107 223
Hex 74 6B DF

RGB Percentages of Color #746bdf

%26.01
%23.99
%50.00

CMYK Percentages of Color #746bdf

%48
%52
%0
%13

Triadic Colors of #746bdf

#746bdf #df746b #6bdf74

Analogous Colors of #746bdf

#746bdf #ae6bdf #6b9cdf

Monochromatic Colors of #746bdf

#746bdf

Complementary Color

#746bdf #d6df6b

#746bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#746bdf Color CSS Codes

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

#746bdf Text Font Color

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

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


#746bdf Background Color

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

This div background color is #746bdf


#746bdf Border Color

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

This div border color is #746bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746bdf


Comments

No comments written yet.

Please login to write comment.