Color Hex Logo

#461ef7 Color Hex

#461EF7
(70,30,247)
0 Favorites   0 Comments

Color spaces of #461ef7

RGB 7030247
HSL0.700.930.54
HSV251°88°97°
CMYK 0.720.880.00   0.03
XYZ19.77868.946088.6800
Yxy8.94600.16850.0762
Hunter Lab29.909965.6951-154.8525
CIE-Lab35.880172.6725-97.3264

#461ef7 color RGB value is (70,30,247).

#461ef7 hex color red value is 70, green value is 30 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #461ef7 hue: 0.70 , saturation: 0.93 and the lightness value of 461ef7 is 0.54.

The process color (four color CMYK) of #461ef7 color hex is 0.72, 0.88, 0.00, 0.03. Web safe color of #461ef7 is #3333ff. Color #461ef7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011110 11110111
Octal 106 36 367
Decimal 70 30 247
Hex 46 1E F7

RGB Percentages of Color #461ef7

%20.17
%8.65
%71.18

CMYK Percentages of Color #461ef7

%72
%88
%0
%3

Triadic Colors of #461ef7

#461ef7 #f7461e #1ef746

Analogous Colors of #461ef7

#461ef7 #b31ef7 #1e63f7

Monochromatic Colors of #461ef7

#461ef7

Complementary Color

#461ef7 #cff71e

#461ef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461ef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#461ef7 Color CSS Codes

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

#461ef7 Text Font Color

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

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


#461ef7 Background Color

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

This div background color is #461ef7


#461ef7 Border Color

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

This div border color is #461ef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461ef7


Comments

No comments written yet.

Please login to write comment.