Color Hex Logo

#462dbc Color Hex

#462DBC
(70,45,188)
0 Favorites   0 Comments

Color spaces of #462dbc

RGB 7045188
HSL0.700.610.46
HSV250°76°74°
CMYK 0.630.760.00   0.26
XYZ12.54136.809748.2304
Yxy6.80970.18560.1008
Hunter Lab26.095440.1191-91.3150
CIE-Lab31.369750.3692-70.7861

#462dbc color RGB value is (70,45,188).

#462dbc hex color red value is 70, green value is 45 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #462dbc hue: 0.70 , saturation: 0.61 and the lightness value of 462dbc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101101 10111100
Octal 106 55 274
Decimal 70 45 188
Hex 46 2D BC

RGB Percentages of Color #462dbc

%23.10
%14.85
%62.05

CMYK Percentages of Color #462dbc

%63
%76
%0
%26

Triadic Colors of #462dbc

#462dbc #bc462d #2dbc46

Analogous Colors of #462dbc

#462dbc #8e2dbc #2d5cbc

Monochromatic Colors of #462dbc

#462dbc

Complementary Color

#462dbc #a3bc2d

#462dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#462dbc Color CSS Codes

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

#462dbc Text Font Color

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

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


#462dbc Background Color

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

This div background color is #462dbc


#462dbc Border Color

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

This div border color is #462dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462dbc


Comments

No comments written yet.

Please login to write comment.