Color Hex Logo

#412ebb Color Hex

#412EBB
(65,46,187)
0 Favorites   0 Comments

Color spaces of #412ebb

RGB 6546187
HSL0.690.610.46
HSV248°75°73°
CMYK 0.650.750.00   0.27
XYZ12.12666.665747.6612
Yxy6.66570.18250.1003
Hunter Lab25.818038.6591-91.3793
CIE-Lab31.033448.9815-70.7638

#412ebb color RGB value is (65,46,187).

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

The process color (four color CMYK) of #412ebb color hex is 0.65, 0.75, 0.00, 0.27. Web safe color of #412ebb is #3333cc. Color #412ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101110 10111011
Octal 101 56 273
Decimal 65 46 187
Hex 41 2E BB

RGB Percentages of Color #412ebb

%21.81
%15.44
%62.75

CMYK Percentages of Color #412ebb

%65
%75
%0
%27

Triadic Colors of #412ebb

#412ebb #bb412e #2ebb41

Analogous Colors of #412ebb

#412ebb #882ebb #2e61bb

Monochromatic Colors of #412ebb

#412ebb

Complementary Color

#412ebb #a8bb2e

#412ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#412ebb Color CSS Codes

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

#412ebb Text Font Color

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

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


#412ebb Background Color

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

This div background color is #412ebb


#412ebb Border Color

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

This div border color is #412ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412ebb


Comments

No comments written yet.

Please login to write comment.