Color Hex Logo

#462cba Color Hex

#462CBA
(70,44,186)
0 Favorites   0 Comments

Color spaces of #462cba

RGB 7044186
HSL0.700.620.45
HSV251°76°73°
CMYK 0.620.760.00   0.27
XYZ12.28946.648647.0900
Yxy6.64860.18610.1007
Hunter Lab25.784939.9518-90.2298
CIE-Lab30.993250.2764-70.2241

#462cba color RGB value is (70,44,186).

#462cba hex color red value is 70, green value is 44 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #462cba hue: 0.70 , saturation: 0.62 and the lightness value of 462cba is 0.45.

The process color (four color CMYK) of #462cba color hex is 0.62, 0.76, 0.00, 0.27. Web safe color of #462cba is #3333cc. Color #462cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101100 10111010
Octal 106 54 272
Decimal 70 44 186
Hex 46 2C BA

RGB Percentages of Color #462cba

%23.33
%14.67
%62.00

CMYK Percentages of Color #462cba

%62
%76
%0
%27

Triadic Colors of #462cba

#462cba #ba462c #2cba46

Analogous Colors of #462cba

#462cba #8d2cba #2c59ba

Monochromatic Colors of #462cba

#462cba

Complementary Color

#462cba #a0ba2c

#462cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#462cba Color CSS Codes

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

#462cba Text Font Color

<p style="color:#462cba">Text here</p>

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


#462cba Background Color

<div style="background-color:#462cba">
Div content here</div>

This div background color is #462cba


#462cba Border Color

<div style="border:3px solid #462cba">
Div here</div>

This div border color is #462cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462cba


Comments

No comments written yet.

Please login to write comment.