Color Hex Logo

#461cae Color Hex

#461CAE
(70,28,174)
0 Favorites   0 Comments

Color spaces of #461cae

RGB 7028174
HSL0.710.720.40
HSV257°84°68°
CMYK 0.600.840.00   0.32
XYZ10.58105.188640.4882
Yxy5.18860.18810.0922
Hunter Lab22.778543.0539-89.4415
CIE-Lab27.265554.0392-69.2244

#461cae color RGB value is (70,28,174).

#461cae hex color red value is 70, green value is 28 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #461cae hue: 0.71 , saturation: 0.72 and the lightness value of 461cae is 0.40.

The process color (four color CMYK) of #461cae color hex is 0.60, 0.84, 0.00, 0.32. Web safe color of #461cae is #333399. Color #461cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011100 10101110
Octal 106 34 256
Decimal 70 28 174
Hex 46 1C AE

RGB Percentages of Color #461cae

%25.74
%10.29
%63.97

CMYK Percentages of Color #461cae

%60
%84
%0
%32

Triadic Colors of #461cae

#461cae #ae461c #1cae46

Analogous Colors of #461cae

#461cae #8f1cae #1c3bae

Monochromatic Colors of #461cae

#461cae

Complementary Color

#461cae #84ae1c

#461cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#461cae Color CSS Codes

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

#461cae Text Font Color

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

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


#461cae Background Color

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

This div background color is #461cae


#461cae Border Color

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

This div border color is #461cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461cae


Comments

No comments written yet.

Please login to write comment.