Color Hex Logo

#461fde Color Hex

#461FDE
(70,31,222)
0 Favorites   0 Comments

Color spaces of #461fde

RGB 7031222
HSL0.700.750.50
HSV252°86°87°
CMYK 0.680.860.00   0.13
XYZ16.20067.556069.7118
Yxy7.55600.17330.0808
Hunter Lab27.488257.0975-131.1215
CIE-Lab33.040565.8445-87.8241

#461fde color RGB value is (70,31,222).

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

The process color (four color CMYK) of #461fde color hex is 0.68, 0.86, 0.00, 0.13. Web safe color of #461fde is #3333cc. Color #461fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011111 11011110
Octal 106 37 336
Decimal 70 31 222
Hex 46 1F DE

RGB Percentages of Color #461fde

%21.67
%9.60
%68.73

CMYK Percentages of Color #461fde

%68
%86
%0
%13

Triadic Colors of #461fde

#461fde #de461f #1fde46

Analogous Colors of #461fde

#461fde #a61fde #1f58de

Monochromatic Colors of #461fde

#461fde

Complementary Color

#461fde #b7de1f

#461fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#461fde Color CSS Codes

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

#461fde Text Font Color

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

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


#461fde Background Color

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

This div background color is #461fde


#461fde Border Color

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

This div border color is #461fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461fde


Comments

No comments written yet.

Please login to write comment.