Color Hex Logo

#463bcd Color Hex

#463BCD
(70,59,205)
0 Favorites   0 Comments

Color spaces of #463bcd

RGB 7059205
HSL0.680.590.52
HSV245°71°80°
CMYK 0.660.710.00   0.20
XYZ15.10928.837858.6671
Yxy8.83780.18290.1070
Hunter Lab29.728438.6962-96.1950
CIE-Lab35.670148.1395-73.6588

#463bcd color RGB value is (70,59,205).

#463bcd hex color red value is 70, green value is 59 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #463bcd hue: 0.68 , saturation: 0.59 and the lightness value of 463bcd is 0.52.

The process color (four color CMYK) of #463bcd color hex is 0.66, 0.71, 0.00, 0.20. Web safe color of #463bcd is #3333cc. Color #463bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111011 11001101
Octal 106 73 315
Decimal 70 59 205
Hex 46 3B CD

RGB Percentages of Color #463bcd

%20.96
%17.66
%61.38

CMYK Percentages of Color #463bcd

%66
%71
%0
%20

Triadic Colors of #463bcd

#463bcd #cd463b #3bcd46

Analogous Colors of #463bcd

#463bcd #8f3bcd #3b79cd

Monochromatic Colors of #463bcd

#463bcd

Complementary Color

#463bcd #c2cd3b

#463bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#463bcd Color CSS Codes

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

#463bcd Text Font Color

<p style="color:#463bcd">Text here</p>

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


#463bcd Background Color

<div style="background-color:#463bcd">
Div content here</div>

This div background color is #463bcd


#463bcd Border Color

<div style="border:3px solid #463bcd">
Div here</div>

This div border color is #463bcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,59,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #463bcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #463bcd;
  -webkit-box-shadow: 1px 1px 3px 2px #463bcd;
  box-shadow:         1px 1px 3px 2px #463bcd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463bcd


Comments

No comments written yet.

Please login to write comment.