Color Hex Logo

#461ecb Color Hex

#461ECB
(70,30,203)
0 Favorites   0 Comments

Color spaces of #461ecb

RGB 7030203
HSL0.710.740.46
HSV254°85°80°
CMYK 0.660.850.00   0.20
XYZ13.76966.542457.0370
Yxy6.54240.17800.0846
Hunter Lab25.578151.3311-114.3069
CIE-Lab30.741661.1293-80.6347

#461ecb color RGB value is (70,30,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011110 11001011
Octal 106 36 313
Decimal 70 30 203
Hex 46 1E CB

RGB Percentages of Color #461ecb

%23.10
%9.90
%67.00

CMYK Percentages of Color #461ecb

%66
%85
%0
%20

Triadic Colors of #461ecb

#461ecb #cb461e #1ecb46

Analogous Colors of #461ecb

#461ecb #9d1ecb #1e4dcb

Monochromatic Colors of #461ecb

#461ecb

Complementary Color

#461ecb #a3cb1e

#461ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#461ecb Color CSS Codes

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

#461ecb Text Font Color

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

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


#461ecb Background Color

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

This div background color is #461ecb


#461ecb Border Color

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

This div border color is #461ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461ecb


Comments

No comments written yet.

Please login to write comment.