Color Hex Logo

#412ebe Color Hex

#412EBE
(65,46,190)
0 Favorites   0 Comments

Color spaces of #412ebe

RGB 6546190
HSL0.690.610.46
HSV248°76°75°
CMYK 0.660.760.00   0.25
XYZ12.45126.795549.3706
Yxy6.79550.18150.0990
Hunter Lab26.068239.6394-94.0418
CIE-Lab31.336849.9002-72.0350

#412ebe color RGB value is (65,46,190).

#412ebe hex color red value is 65, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #412ebe hue: 0.69 , saturation: 0.61 and the lightness value of 412ebe is 0.46.

The process color (four color CMYK) of #412ebe color hex is 0.66, 0.76, 0.00, 0.25. Web safe color of #412ebe is #3333cc. Color #412ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101110 10111110
Octal 101 56 276
Decimal 65 46 190
Hex 41 2E BE

RGB Percentages of Color #412ebe

%21.59
%15.28
%63.12

CMYK Percentages of Color #412ebe

%66
%76
%0
%25

Triadic Colors of #412ebe

#412ebe #be412e #2ebe41

Analogous Colors of #412ebe

#412ebe #892ebe #2e63be

Monochromatic Colors of #412ebe

#412ebe

Complementary Color

#412ebe #abbe2e

#412ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#412ebe Color CSS Codes

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

#412ebe Text Font Color

<p style="color:#412ebe">Text here</p>

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


#412ebe Background Color

<div style="background-color:#412ebe">
Div content here</div>

This div background color is #412ebe


#412ebe Border Color

<div style="border:3px solid #412ebe">
Div here</div>

This div border color is #412ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,46,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #412ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #412ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #412ebe;
  box-shadow:         1px 1px 3px 2px #412ebe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,46,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412ebe


Comments

No comments written yet.

Please login to write comment.