Color Hex Logo

#3b43ac Color Hex

#3B43AC
(59,67,172)
0 Favorites   0 Comments

Color spaces of #3b43ac

RGB 5967172
HSL0.650.490.45
HSV236°66°67°
CMYK 0.660.610.00   0.33
XYZ11.25727.922739.9656
Yxy7.92270.19030.1340
Hunter Lab28.147322.1314-64.4812
CIE-Lab33.821430.7993-57.2997

#3b43ac color RGB value is (59,67,172).

#3b43ac hex color red value is 59, green value is 67 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3b43ac hue: 0.65 , saturation: 0.49 and the lightness value of 3b43ac is 0.45.

The process color (four color CMYK) of #3b43ac color hex is 0.66, 0.61, 0.00, 0.33. Web safe color of #3b43ac is #333399. Color #3b43ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01000011 10101100
Octal 73 103 254
Decimal 59 67 172
Hex 3B 43 AC

RGB Percentages of Color #3b43ac

%19.80
%22.48
%57.72

CMYK Percentages of Color #3b43ac

%66
%61
%0
%33

Triadic Colors of #3b43ac

#3b43ac #ac3b43 #43ac3b

Analogous Colors of #3b43ac

#3b43ac #6c3bac #3b7cac

Monochromatic Colors of #3b43ac

#3b43ac

Complementary Color

#3b43ac #aca43b

#3b43ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b43ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b43ac Color CSS Codes

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

#3b43ac Text Font Color

<p style="color:#3b43ac">Text here</p>

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


#3b43ac Background Color

<div style="background-color:#3b43ac">
Div content here</div>

This div background color is #3b43ac


#3b43ac Border Color

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

This div border color is #3b43ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,67,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b43ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b43ac;
  -webkit-box-shadow: 1px 1px 3px 2px #3b43ac;
  box-shadow:         1px 1px 3px 2px #3b43ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,67,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 #3b43ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b43ac


Comments

No comments written yet.

Please login to write comment.