Color Hex Logo

#340eba Color Hex

#340EBA
(52,14,186)
0 Favorites   0 Comments

Color spaces of #340eba

RGB 5214186
HSL0.700.860.39
HSV253°92°73°
CMYK 0.720.920.00   0.27
XYZ10.43614.589346.7902
Yxy4.58930.16880.0742
Hunter Lab21.422749.4671-114.5022
CIE-Lab25.531160.4119-79.3198

#340eba color RGB value is (52,14,186).

#340eba hex color red value is 52, green value is 14 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #340eba hue: 0.70 , saturation: 0.86 and the lightness value of 340eba is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001110 10111010
Octal 64 16 272
Decimal 52 14 186
Hex 34 E BA

RGB Percentages of Color #340eba

%20.63
%5.56
%73.81

CMYK Percentages of Color #340eba

%72
%92
%0
%27

Triadic Colors of #340eba

#340eba #ba340e #0eba34

Analogous Colors of #340eba

#340eba #8a0eba #0e3eba

Monochromatic Colors of #340eba

#340eba

Complementary Color

#340eba #94ba0e

#340eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#340eba Color CSS Codes

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

#340eba Text Font Color

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

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


#340eba Background Color

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

This div background color is #340eba


#340eba Border Color

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

This div border color is #340eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340eba


Comments

No comments written yet.

Please login to write comment.