Color Hex Logo

#461bee Color Hex

#461BEE
(70,27,238)
0 Favorites   0 Comments

Color spaces of #461bee

RGB 7027238
HSL0.700.860.52
HSV252°89°93°
CMYK 0.710.890.00   0.07
XYZ18.35038.259081.5159
Yxy8.25900.16970.0764
Hunter Lab28.738563.6848-148.0575
CIE-Lab34.516671.2387-94.5059

#461bee color RGB value is (70,27,238).

#461bee hex color red value is 70, green value is 27 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #461bee hue: 0.70 , saturation: 0.86 and the lightness value of 461bee is 0.52.

The process color (four color CMYK) of #461bee color hex is 0.71, 0.89, 0.00, 0.07. Web safe color of #461bee is #3333ff. Color #461bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011011 11101110
Octal 106 33 356
Decimal 70 27 238
Hex 46 1B EE

RGB Percentages of Color #461bee

%20.90
%8.06
%71.04

CMYK Percentages of Color #461bee

%71
%89
%0
%7

Triadic Colors of #461bee

#461bee #ee461b #1bee46

Analogous Colors of #461bee

#461bee #b01bee #1b5aee

Monochromatic Colors of #461bee

#461bee

Complementary Color

#461bee #c3ee1b

#461bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#461bee Color CSS Codes

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

#461bee Text Font Color

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

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


#461bee Background Color

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

This div background color is #461bee


#461bee Border Color

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

This div border color is #461bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461bee


Comments

No comments written yet.

Please login to write comment.