Color Hex Logo

#461fed Color Hex

#461FED
(70,31,237)
0 Favorites   0 Comments

Color spaces of #461fed

RGB 7031237
HSL0.700.850.53
HSV251°87°93°
CMYK 0.700.870.00   0.07
XYZ18.30188.396580.7768
Yxy8.39650.17030.0781
Hunter Lab28.976762.0320-144.9958
CIE-Lab34.795469.7822-93.4747

#461fed color RGB value is (70,31,237).

#461fed hex color red value is 70, green value is 31 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #461fed hue: 0.70 , saturation: 0.85 and the lightness value of 461fed is 0.53.

The process color (four color CMYK) of #461fed color hex is 0.70, 0.87, 0.00, 0.07. Web safe color of #461fed is #3333ff. Color #461fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011111 11101101
Octal 106 37 355
Decimal 70 31 237
Hex 46 1F ED

RGB Percentages of Color #461fed

%20.71
%9.17
%70.12

CMYK Percentages of Color #461fed

%70
%87
%0
%7

Triadic Colors of #461fed

#461fed #ed461f #1fed46

Analogous Colors of #461fed

#461fed #ad1fed #1f5fed

Monochromatic Colors of #461fed

#461fed

Complementary Color

#461fed #c6ed1f

#461fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#461fed Color CSS Codes

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

#461fed Text Font Color

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

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


#461fed Background Color

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

This div background color is #461fed


#461fed Border Color

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

This div border color is #461fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461fed


Comments

No comments written yet.

Please login to write comment.