Color Hex Logo

#461ace Color Hex

#461ACE
(70,26,206)
0 Favorites   0 Comments

Color spaces of #461ace

RGB 7026206
HSL0.710.780.45
HSV255°87°81°
CMYK 0.660.870.00   0.19
XYZ14.03586.497158.9068
Yxy6.49710.17670.0818
Hunter Lab25.489453.6850-119.1784
CIE-Lab30.633563.2768-82.5640

#461ace color RGB value is (70,26,206).

#461ace hex color red value is 70, green value is 26 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #461ace hue: 0.71 , saturation: 0.78 and the lightness value of 461ace is 0.45.

The process color (four color CMYK) of #461ace color hex is 0.66, 0.87, 0.00, 0.19. Web safe color of #461ace is #3333cc. Color #461ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011010 11001110
Octal 106 32 316
Decimal 70 26 206
Hex 46 1A CE

RGB Percentages of Color #461ace

%23.18
%8.61
%68.21

CMYK Percentages of Color #461ace

%66
%87
%0
%19

Triadic Colors of #461ace

#461ace #ce461a #1ace46

Analogous Colors of #461ace

#461ace #a01ace #1a48ce

Monochromatic Colors of #461ace

#461ace

Complementary Color

#461ace #a2ce1a

#461ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#461ace Color CSS Codes

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

#461ace Text Font Color

<p style="color:#461ace">Text here</p>

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


#461ace Background Color

<div style="background-color:#461ace">
Div content here</div>

This div background color is #461ace


#461ace Border Color

<div style="border:3px solid #461ace">
Div here</div>

This div border color is #461ace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,26,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #461ace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #461ace;
  -webkit-box-shadow: 1px 1px 3px 2px #461ace;
  box-shadow:         1px 1px 3px 2px #461ace; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461ace


Comments

No comments written yet.

Please login to write comment.