Color Hex Logo

#340773 Color Hex

#340773
(52,7,115)
0 Favorites   0 Comments

Color spaces of #340773

RGB 527115
HSL0.740.890.24
HSV265°94°45°
CMYK 0.550.940.00   0.55
XYZ4.58672.119816.3871
Yxy2.11980.19860.0918
Hunter Lab14.559530.7538-56.5406
CIE-Lab16.103843.6576-51.0329

#340773 color RGB value is (52,7,115).

#340773 hex color red value is 52, green value is 7 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #340773 hue: 0.74 , saturation: 0.89 and the lightness value of 340773 is 0.24.

The process color (four color CMYK) of #340773 color hex is 0.55, 0.94, 0.00, 0.55. Web safe color of #340773 is #330066. Color #340773 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00000111 01110011
Octal 64 7 163
Decimal 52 7 115
Hex 34 7 73

RGB Percentages of Color #340773

%29.89
%4.02
%66.09

CMYK Percentages of Color #340773

%55
%94
%0
%55

Triadic Colors of #340773

#340773 #733407 #077334

Analogous Colors of #340773

#340773 #6a0773 #071073

Monochromatic Colors of #340773

#340773

Complementary Color

#340773 #467307

#340773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#340773 Color CSS Codes

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

#340773 Text Font Color

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

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


#340773 Background Color

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

This div background color is #340773


#340773 Border Color

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

This div border color is #340773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340773


Comments

No comments written yet.

Please login to write comment.