Color Hex Logo

#461ddd Color Hex

#461DDD
(70,29,221)
0 Favorites   0 Comments

Color spaces of #461ddd

RGB 7029221
HSL0.700.770.49
HSV253°87°87°
CMYK 0.680.870.00   0.13
XYZ16.01637.401368.9910
Yxy7.40130.17330.0801
Hunter Lab27.205357.4770-131.3120
CIE-Lab32.703666.2418-87.8090

#461ddd color RGB value is (70,29,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011101 11011101
Octal 106 35 335
Decimal 70 29 221
Hex 46 1D DD

RGB Percentages of Color #461ddd

%21.88
%9.06
%69.06

CMYK Percentages of Color #461ddd

%68
%87
%0
%13

Triadic Colors of #461ddd

#461ddd #dd461d #1ddd46

Analogous Colors of #461ddd

#461ddd #a61ddd #1d54dd

Monochromatic Colors of #461ddd

#461ddd

Complementary Color

#461ddd #b4dd1d

#461ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#461ddd Color CSS Codes

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

#461ddd Text Font Color

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

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


#461ddd Background Color

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

This div background color is #461ddd


#461ddd Border Color

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

This div border color is #461ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,29,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 #461ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461ddd


Comments

No comments written yet.

Please login to write comment.