Color Hex Logo

#460cdc Color Hex

#460CDC
(70,12,220)
0 Favorites   0 Comments

Color spaces of #460cdc

RGB 7012220
HSL0.710.900.45
HSV257°95°86°
CMYK 0.680.950.00   0.14
XYZ15.57556.732368.1887
Yxy6.73230.17210.0744
Hunter Lab25.946761.7449-137.6534
CIE-Lab31.189570.2105-89.7508

#460cdc color RGB value is (70,12,220).

#460cdc hex color red value is 70, green value is 12 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #460cdc hue: 0.71 , saturation: 0.90 and the lightness value of 460cdc is 0.45.

The process color (four color CMYK) of #460cdc color hex is 0.68, 0.95, 0.00, 0.14. Web safe color of #460cdc is #3300cc. Color #460cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001100 11011100
Octal 106 14 334
Decimal 70 12 220
Hex 46 C DC

RGB Percentages of Color #460cdc

%23.18
%3.97
%72.85

CMYK Percentages of Color #460cdc

%68
%95
%0
%14

Triadic Colors of #460cdc

#460cdc #dc460c #0cdc46

Analogous Colors of #460cdc

#460cdc #ae0cdc #0c3adc

Monochromatic Colors of #460cdc

#460cdc

Complementary Color

#460cdc #a2dc0c

#460cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#460cdc Color CSS Codes

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

#460cdc Text Font Color

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

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


#460cdc Background Color

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

This div background color is #460cdc


#460cdc Border Color

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

This div border color is #460cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460cdc


Comments

No comments written yet.

Please login to write comment.