Color Hex Logo

#412abb Color Hex

#412ABB
(65,42,187)
0 Favorites   0 Comments

Color spaces of #412abb

RGB 6542187
HSL0.690.630.45
HSV250°78°73°
CMYK 0.650.780.00   0.27
XYZ11.97766.367647.6115
Yxy6.36760.18160.0965
Hunter Lab25.234140.5670-94.2040
CIE-Lab30.321651.0147-71.9383

#412abb color RGB value is (65,42,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101010 10111011
Octal 101 52 273
Decimal 65 42 187
Hex 41 2A BB

RGB Percentages of Color #412abb

%22.11
%14.29
%63.61

CMYK Percentages of Color #412abb

%65
%78
%0
%27

Triadic Colors of #412abb

#412abb #bb412a #2abb41

Analogous Colors of #412abb

#412abb #8a2abb #2a5cbb

Monochromatic Colors of #412abb

#412abb

Complementary Color

#412abb #a4bb2a

#412abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#412abb Color CSS Codes

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

#412abb Text Font Color

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

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


#412abb Background Color

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

This div background color is #412abb


#412abb Border Color

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

This div border color is #412abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412abb


Comments

No comments written yet.

Please login to write comment.