Color Hex Logo

#412bac Color Hex

#412BAC
(65,43,172)
0 Favorites   0 Comments

Color spaces of #412bac

RGB 6543172
HSL0.700.600.42
HSV250°75°67°
CMYK 0.620.750.00   0.33
XYZ10.49025.830139.6022
Yxy5.83010.18760.1043
Hunter Lab24.145635.2956-80.3421
CIE-Lab28.979745.9602-65.2120

#412bac color RGB value is (65,43,172).

#412bac hex color red value is 65, green value is 43 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #412bac hue: 0.70 , saturation: 0.60 and the lightness value of 412bac is 0.42.

The process color (four color CMYK) of #412bac color hex is 0.62, 0.75, 0.00, 0.33. Web safe color of #412bac is #333399. Color #412bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101011 10101100
Octal 101 53 254
Decimal 65 43 172
Hex 41 2B AC

RGB Percentages of Color #412bac

%23.21
%15.36
%61.43

CMYK Percentages of Color #412bac

%62
%75
%0
%33

Triadic Colors of #412bac

#412bac #ac412b #2bac41

Analogous Colors of #412bac

#412bac #822bac #2b56ac

Monochromatic Colors of #412bac

#412bac

Complementary Color

#412bac #96ac2b

#412bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#412bac Color CSS Codes

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

#412bac Text Font Color

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

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


#412bac Background Color

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

This div background color is #412bac


#412bac Border Color

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

This div border color is #412bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412bac


Comments

No comments written yet.

Please login to write comment.