Color Hex Logo

#340dbd Color Hex

#340DBD
(52,13,189)
0 Favorites   0 Comments

Color spaces of #340dbd

RGB 5213189
HSL0.700.870.40
HSV253°93°74°
CMYK 0.720.930.00   0.26
XYZ10.74544.692048.4834
Yxy4.69200.16810.0734
Hunter Lab21.661050.6418-117.5448
CIE-Lab25.838661.4287-80.5886

#340dbd color RGB value is (52,13,189).

#340dbd hex color red value is 52, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #340dbd hue: 0.70 , saturation: 0.87 and the lightness value of 340dbd is 0.40.

The process color (four color CMYK) of #340dbd color hex is 0.72, 0.93, 0.00, 0.26. Web safe color of #340dbd is #3300cc. Color #340dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001101 10111101
Octal 64 15 275
Decimal 52 13 189
Hex 34 D BD

RGB Percentages of Color #340dbd

%20.47
%5.12
%74.41

CMYK Percentages of Color #340dbd

%72
%93
%0
%26

Triadic Colors of #340dbd

#340dbd #bd340d #0dbd34

Analogous Colors of #340dbd

#340dbd #8c0dbd #0d3ebd

Monochromatic Colors of #340dbd

#340dbd

Complementary Color

#340dbd #96bd0d

#340dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#340dbd Color CSS Codes

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

#340dbd Text Font Color

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

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


#340dbd Background Color

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

This div background color is #340dbd


#340dbd Border Color

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

This div border color is #340dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,13,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340dbd


Comments

No comments written yet.

Please login to write comment.