Color Hex Logo

#460fcd Color Hex

#460FCD
(70,15,205)
0 Favorites   0 Comments

Color spaces of #460fcd

RGB 7015205
HSL0.710.860.43
HSV257°93°80°
CMYK 0.660.930.00   0.20
XYZ13.71616.051558.2028
Yxy6.05150.17590.0776
Hunter Lab24.599856.4765-123.0595
CIE-Lab29.542065.9594-83.7940

#460fcd color RGB value is (70,15,205).

#460fcd hex color red value is 70, green value is 15 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #460fcd hue: 0.71 , saturation: 0.86 and the lightness value of 460fcd is 0.43.

The process color (four color CMYK) of #460fcd color hex is 0.66, 0.93, 0.00, 0.20. Web safe color of #460fcd is #3300cc. Color #460fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001111 11001101
Octal 106 17 315
Decimal 70 15 205
Hex 46 F CD

RGB Percentages of Color #460fcd

%24.14
%5.17
%70.69

CMYK Percentages of Color #460fcd

%66
%93
%0
%20

Triadic Colors of #460fcd

#460fcd #cd460f #0fcd46

Analogous Colors of #460fcd

#460fcd #a50fcd #0f37cd

Monochromatic Colors of #460fcd

#460fcd

Complementary Color

#460fcd #96cd0f

#460fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#460fcd Color CSS Codes

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

#460fcd Text Font Color

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

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


#460fcd Background Color

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

This div background color is #460fcd


#460fcd Border Color

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

This div border color is #460fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460fcd


Comments

No comments written yet.

Please login to write comment.