Color Hex Logo

#461cde Color Hex

#461CDE
(70,28,222)
0 Favorites   0 Comments

Color spaces of #461cde

RGB 7028222
HSL0.700.780.49
HSV253°87°87°
CMYK 0.680.870.00   0.13
XYZ16.12597.406569.6869
Yxy7.40650.17300.0795
Hunter Lab27.214958.1423-132.7686
CIE-Lab32.715066.8212-88.3649

#461cde color RGB value is (70,28,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011100 11011110
Octal 106 34 336
Decimal 70 28 222
Hex 46 1C DE

RGB Percentages of Color #461cde

%21.88
%8.75
%69.38

CMYK Percentages of Color #461cde

%68
%87
%0
%13

Triadic Colors of #461cde

#461cde #de461c #1cde46

Analogous Colors of #461cde

#461cde #a71cde #1c53de

Monochromatic Colors of #461cde

#461cde

Complementary Color

#461cde #b4de1c

#461cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#461cde Color CSS Codes

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

#461cde Text Font Color

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

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


#461cde Background Color

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

This div background color is #461cde


#461cde Border Color

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

This div border color is #461cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461cde


Comments

No comments written yet.

Please login to write comment.