Color Hex Logo

#461bdd Color Hex

#461BDD
(70,27,221)
0 Favorites   0 Comments

Color spaces of #461bdd

RGB 7027221
HSL0.700.780.49
HSV253°88°87°
CMYK 0.680.880.00   0.13
XYZ15.96897.306468.9752
Yxy7.30640.17310.0792
Hunter Lab27.030458.1505-132.3731
CIE-Lab32.494566.8702-88.1563

#461bdd color RGB value is (70,27,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011011 11011101
Octal 106 33 335
Decimal 70 27 221
Hex 46 1B DD

RGB Percentages of Color #461bdd

%22.01
%8.49
%69.50

CMYK Percentages of Color #461bdd

%68
%88
%0
%13

Triadic Colors of #461bdd

#461bdd #dd461b #1bdd46

Analogous Colors of #461bdd

#461bdd #a71bdd #1b51dd

Monochromatic Colors of #461bdd

#461bdd

Complementary Color

#461bdd #b2dd1b

#461bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#461bdd Color CSS Codes

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

#461bdd Text Font Color

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

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


#461bdd Background Color

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

This div background color is #461bdd


#461bdd Border Color

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

This div border color is #461bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461bdd


Comments

No comments written yet.

Please login to write comment.