Color Hex Logo

#460dba Color Hex

#460DBA
(70,13,186)
0 Favorites   0 Comments

Color spaces of #460dba

RGB 7013186
HSL0.720.870.39
HSV260°93°73°
CMYK 0.620.930.00   0.27
XYZ11.53265.135146.8377
Yxy5.13510.18160.0809
Hunter Lab22.660851.1866-106.6844
CIE-Lab27.116261.6870-76.6378

#460dba color RGB value is (70,13,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001101 10111010
Octal 106 15 272
Decimal 70 13 186
Hex 46 D BA

RGB Percentages of Color #460dba

%26.02
%4.83
%69.14

CMYK Percentages of Color #460dba

%62
%93
%0
%27

Triadic Colors of #460dba

#460dba #ba460d #0dba46

Analogous Colors of #460dba

#460dba #9d0dba #0d2bba

Monochromatic Colors of #460dba

#460dba

Complementary Color

#460dba #81ba0d

#460dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#460dba Color CSS Codes

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

#460dba Text Font Color

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

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


#460dba Background Color

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

This div background color is #460dba


#460dba Border Color

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

This div border color is #460dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,13,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460dba


Comments

No comments written yet.

Please login to write comment.