Color Hex Logo

#340094 Color Hex

#340094
(52,0,148)
0 Favorites   0 Comments

Color spaces of #340094

RGB 520148
HSL0.731.000.29
HSV261°100°58°
CMYK 0.651.000.00   0.42
XYZ6.76152.868228.2142
Yxy2.86820.17870.0758
Hunter Lab16.935841.6275-86.9194
CIE-Lab19.508154.1231-66.2857

#340094 color RGB value is (52,0,148).

#340094 hex color red value is 52, green value is 0 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #340094 hue: 0.73 , saturation: 1.00 and the lightness value of 340094 is 0.29.

The process color (four color CMYK) of #340094 color hex is 0.65, 1.00, 0.00, 0.42. Web safe color of #340094 is #330099. Color #340094 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00000000 10010100
Octal 64 0 224
Decimal 52 0 148
Hex 34 0 94

RGB Percentages of Color #340094

%26.00
%0.00
%74.00

CMYK Percentages of Color #340094

%65
%100
%0
%42

Triadic Colors of #340094

#340094 #943400 #009434

Analogous Colors of #340094

#340094 #7e0094 #001694

Monochromatic Colors of #340094

#340094

Complementary Color

#340094 #609400

#340094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#340094 Color CSS Codes

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

#340094 Text Font Color

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

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


#340094 Background Color

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

This div background color is #340094


#340094 Border Color

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

This div border color is #340094


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,0,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #340094; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #340094;
  -webkit-box-shadow: 1px 1px 3px 2px #340094;
  box-shadow:         1px 1px 3px 2px #340094; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340094


Comments

No comments written yet.

Please login to write comment.