Color Hex Logo

#461bfd Color Hex

#461BFD
(70,27,253)
0 Favorites   0 Comments

Color spaces of #461bfd

RGB 7027253
HSL0.700.980.55
HSV251°89°99°
CMYK 0.720.890.00   0.01
XYZ20.64739.177893.6118
Yxy9.17780.16730.0744
Hunter Lab30.294968.6396-162.0009
CIE-Lab36.324475.0334-99.9606

#461bfd color RGB value is (70,27,253).

#461bfd hex color red value is 70, green value is 27 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #461bfd hue: 0.70 , saturation: 0.98 and the lightness value of 461bfd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011011 11111101
Octal 106 33 375
Decimal 70 27 253
Hex 46 1B FD

RGB Percentages of Color #461bfd

%20.00
%7.71
%72.29

CMYK Percentages of Color #461bfd

%72
%89
%0
%1

Triadic Colors of #461bfd

#461bfd #fd461b #1bfd46

Analogous Colors of #461bfd

#461bfd #b71bfd #1b61fd

Monochromatic Colors of #461bfd

#461bfd

Complementary Color

#461bfd #d2fd1b

#461bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#461bfd Color CSS Codes

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

#461bfd Text Font Color

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

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


#461bfd Background Color

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

This div background color is #461bfd


#461bfd Border Color

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

This div border color is #461bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461bfd


Comments

No comments written yet.

Please login to write comment.