Color Hex Logo

#461cbd Color Hex

#461CBD
(70,28,189)
0 Favorites   0 Comments

Color spaces of #461cbd

RGB 7028189
HSL0.710.740.43
HSV256°85°74°
CMYK 0.630.850.00   0.26
XYZ12.12635.806748.6258
Yxy5.80670.18220.0872
Hunter Lab24.097147.6560-102.7740
CIE-Lab28.919558.0914-75.4262

#461cbd color RGB value is (70,28,189).

#461cbd hex color red value is 70, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #461cbd hue: 0.71 , saturation: 0.74 and the lightness value of 461cbd is 0.43.

The process color (four color CMYK) of #461cbd color hex is 0.63, 0.85, 0.00, 0.26. Web safe color of #461cbd is #3333cc. Color #461cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011100 10111101
Octal 106 34 275
Decimal 70 28 189
Hex 46 1C BD

RGB Percentages of Color #461cbd

%24.39
%9.76
%65.85

CMYK Percentages of Color #461cbd

%63
%85
%0
%26

Triadic Colors of #461cbd

#461cbd #bd461c #1cbd46

Analogous Colors of #461cbd

#461cbd #971cbd #1c42bd

Monochromatic Colors of #461cbd

#461cbd

Complementary Color

#461cbd #93bd1c

#461cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#461cbd Color CSS Codes

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

#461cbd Text Font Color

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

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


#461cbd Background Color

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

This div background color is #461cbd


#461cbd Border Color

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

This div border color is #461cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461cbd


Comments

No comments written yet.

Please login to write comment.