Color Hex Logo

#461eaf Color Hex

#461EAF
(70,30,175)
0 Favorites   0 Comments

Color spaces of #461eaf

RGB 7030175
HSL0.710.710.40
HSV257°83°69°
CMYK 0.600.830.00   0.31
XYZ10.72795.325841.0200
Yxy5.32580.18800.0933
Hunter Lab23.077742.5916-89.2320
CIE-Lab27.643553.5177-69.1996

#461eaf color RGB value is (70,30,175).

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

The process color (four color CMYK) of #461eaf color hex is 0.60, 0.83, 0.00, 0.31. Web safe color of #461eaf is #333399. Color #461eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011110 10101111
Octal 106 36 257
Decimal 70 30 175
Hex 46 1E AF

RGB Percentages of Color #461eaf

%25.45
%10.91
%63.64

CMYK Percentages of Color #461eaf

%60
%83
%0
%31

Triadic Colors of #461eaf

#461eaf #af461e #1eaf46

Analogous Colors of #461eaf

#461eaf #8f1eaf #1e3faf

Monochromatic Colors of #461eaf

#461eaf

Complementary Color

#461eaf #87af1e

#461eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#461eaf Color CSS Codes

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

#461eaf Text Font Color

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

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


#461eaf Background Color

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

This div background color is #461eaf


#461eaf Border Color

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

This div border color is #461eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461eaf


Comments

No comments written yet.

Please login to write comment.