Color Hex Logo

#460dbd Color Hex

#460DBD
(70,13,189)
0 Favorites   0 Comments

Color spaces of #460dbd

RGB 7013189
HSL0.720.870.40
HSV259°93°74°
CMYK 0.630.930.00   0.26
XYZ11.85505.264148.5353
Yxy5.26410.18060.0802
Hunter Lab22.943652.0798-109.3624
CIE-Lab27.474362.4291-77.8229

#460dbd color RGB value is (70,13,189).

#460dbd hex color red value is 70, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #460dbd hue: 0.72 , saturation: 0.87 and the lightness value of 460dbd is 0.40.

The process color (four color CMYK) of #460dbd color hex is 0.63, 0.93, 0.00, 0.26. Web safe color of #460dbd is #3300cc. Color #460dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001101 10111101
Octal 106 15 275
Decimal 70 13 189
Hex 46 D BD

RGB Percentages of Color #460dbd

%25.74
%4.78
%69.49

CMYK Percentages of Color #460dbd

%63
%93
%0
%26

Triadic Colors of #460dbd

#460dbd #bd460d #0dbd46

Analogous Colors of #460dbd

#460dbd #9e0dbd #0d2cbd

Monochromatic Colors of #460dbd

#460dbd

Complementary Color

#460dbd #84bd0d

#460dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#460dbd Color CSS Codes

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

#460dbd Text Font Color

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

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


#460dbd Background Color

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

This div background color is #460dbd


#460dbd Border Color

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

This div border color is #460dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,13,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 #460dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460dbd


Comments

No comments written yet.

Please login to write comment.