Color Hex Logo

#463cda Color Hex

#463CDA
(70,60,218)
0 Favorites   0 Comments

Color spaces of #463cda

RGB 7060218
HSL0.680.680.55
HSV244°72°85°
CMYK 0.680.720.00   0.15
XYZ16.79659.595867.2966
Yxy9.59580.17930.1024
Hunter Lab30.977142.5770-107.1214
CIE-Lab37.107051.6749-78.7989

#463cda color RGB value is (70,60,218).

#463cda hex color red value is 70, green value is 60 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #463cda hue: 0.68 , saturation: 0.68 and the lightness value of 463cda is 0.55.

The process color (four color CMYK) of #463cda color hex is 0.68, 0.72, 0.00, 0.15. Web safe color of #463cda is #3333cc. Color #463cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111100 11011010
Octal 106 74 332
Decimal 70 60 218
Hex 46 3C DA

RGB Percentages of Color #463cda

%20.11
%17.24
%62.64

CMYK Percentages of Color #463cda

%68
%72
%0
%15

Triadic Colors of #463cda

#463cda #da463c #3cda46

Analogous Colors of #463cda

#463cda #953cda #3c81da

Monochromatic Colors of #463cda

#463cda

Complementary Color

#463cda #d0da3c

#463cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#463cda Color CSS Codes

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

#463cda Text Font Color

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

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


#463cda Background Color

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

This div background color is #463cda


#463cda Border Color

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

This div border color is #463cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463cda


Comments

No comments written yet.

Please login to write comment.