Color Hex Logo

#461bef Color Hex

#461BEF
(70,27,239)
0 Favorites   0 Comments

Color spaces of #461bef

RGB 7027239
HSL0.700.870.52
HSV252°89°94°
CMYK 0.710.890.00   0.06
XYZ18.49778.318082.2919
Yxy8.31800.16950.0762
Hunter Lab28.840964.0128-148.9836
CIE-Lab34.636671.4931-94.8735

#461bef color RGB value is (70,27,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011011 11101111
Octal 106 33 357
Decimal 70 27 239
Hex 46 1B EF

RGB Percentages of Color #461bef

%20.83
%8.04
%71.13

CMYK Percentages of Color #461bef

%71
%89
%0
%6

Triadic Colors of #461bef

#461bef #ef461b #1bef46

Analogous Colors of #461bef

#461bef #b01bef #1b5aef

Monochromatic Colors of #461bef

#461bef

Complementary Color

#461bef #c4ef1b

#461bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#461bef Color CSS Codes

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

#461bef Text Font Color

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

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


#461bef Background Color

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

This div background color is #461bef


#461bef Border Color

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

This div border color is #461bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461bef


Comments

No comments written yet.

Please login to write comment.