Color Hex Logo

#340dac Color Hex

#340DAC
(52,13,172)
0 Favorites   0 Comments

Color spaces of #340dac

RGB 5213172
HSL0.710.860.36
HSV255°92°67°
CMYK 0.700.920.00   0.33
XYZ9.00653.996539.3264
Yxy3.99650.17210.0764
Hunter Lab19.991245.4335-102.6403
CIE-Lab23.659957.0038-74.0520

#340dac color RGB value is (52,13,172).

#340dac hex color red value is 52, green value is 13 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #340dac hue: 0.71 , saturation: 0.86 and the lightness value of 340dac is 0.36.

The process color (four color CMYK) of #340dac color hex is 0.70, 0.92, 0.00, 0.33. Web safe color of #340dac is #330099. Color #340dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001101 10101100
Octal 64 15 254
Decimal 52 13 172
Hex 34 D AC

RGB Percentages of Color #340dac

%21.94
%5.49
%72.57

CMYK Percentages of Color #340dac

%70
%92
%0
%33

Triadic Colors of #340dac

#340dac #ac340d #0dac34

Analogous Colors of #340dac

#340dac #840dac #0d35ac

Monochromatic Colors of #340dac

#340dac

Complementary Color

#340dac #85ac0d

#340dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#340dac Color CSS Codes

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

#340dac Text Font Color

<p style="color:#340dac">Text here</p>

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


#340dac Background Color

<div style="background-color:#340dac">
Div content here</div>

This div background color is #340dac


#340dac Border Color

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

This div border color is #340dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,13,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #340dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #340dac;
  -webkit-box-shadow: 1px 1px 3px 2px #340dac;
  box-shadow:         1px 1px 3px 2px #340dac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,13,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 #340dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340dac


Comments

No comments written yet.

Please login to write comment.