Color Hex Logo

#411bee Color Hex

#411BEE
(65,27,238)
0 Favorites   0 Comments

Color spaces of #411bee

RGB 6527238
HSL0.700.860.52
HSV251°89°93°
CMYK 0.730.890.00   0.07
XYZ18.00458.080781.4997
Yxy8.08070.16740.0751
Hunter Lab28.426663.3098-150.0873
CIE-Lab34.150470.9903-95.1252

#411bee color RGB value is (65,27,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011011 11101110
Octal 101 33 356
Decimal 65 27 238
Hex 41 1B EE

RGB Percentages of Color #411bee

%19.70
%8.18
%72.12

CMYK Percentages of Color #411bee

%73
%89
%0
%7

Triadic Colors of #411bee

#411bee #ee411b #1bee41

Analogous Colors of #411bee

#411bee #ab1bee #1b5fee

Monochromatic Colors of #411bee

#411bee

Complementary Color

#411bee #c8ee1b

#411bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#411bee Color CSS Codes

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

#411bee Text Font Color

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

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


#411bee Background Color

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

This div background color is #411bee


#411bee Border Color

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

This div border color is #411bee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,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 #411bee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411bee


Comments

No comments written yet.

Please login to write comment.