Color Hex Logo

#461bce Color Hex

#461BCE
(70,27,206)
0 Favorites   0 Comments

Color spaces of #461bce

RGB 7027206
HSL0.710.770.46
HSV254°87°81°
CMYK 0.660.870.00   0.19
XYZ14.05836.542258.9143
Yxy6.54220.17680.0823
Hunter Lab25.577753.3480-118.6609
CIE-Lab30.741162.9540-82.3853

#461bce color RGB value is (70,27,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011011 11001110
Octal 106 33 316
Decimal 70 27 206
Hex 46 1B CE

RGB Percentages of Color #461bce

%23.10
%8.91
%67.99

CMYK Percentages of Color #461bce

%66
%87
%0
%19

Triadic Colors of #461bce

#461bce #ce461b #1bce46

Analogous Colors of #461bce

#461bce #a01bce #1b49ce

Monochromatic Colors of #461bce

#461bce

Complementary Color

#461bce #a3ce1b

#461bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#461bce Color CSS Codes

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

#461bce Text Font Color

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

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


#461bce Background Color

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

This div background color is #461bce


#461bce Border Color

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

This div border color is #461bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461bce


Comments

No comments written yet.

Please login to write comment.