Color Hex Logo

#340555 Color Hex

#340555
(52,5,85)
0 Favorites   0 Comments

Color spaces of #340555

RGB 52585
HSL0.760.890.18
HSV275°94°33°
CMYK 0.390.940.00   0.67
XYZ3.11011.49458.7189
Yxy1.49450.23340.1122
Hunter Lab12.225024.0177-33.7284
CIE-Lab12.573136.7649-36.9407

#340555 color RGB value is (52,5,85).

#340555 hex color red value is 52, green value is 5 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #340555 hue: 0.76 , saturation: 0.89 and the lightness value of 340555 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00000101 01010101
Octal 64 5 125
Decimal 52 5 85
Hex 34 5 55

RGB Percentages of Color #340555

%36.62
%3.52
%59.86

CMYK Percentages of Color #340555

%39
%94
%0
%67

Triadic Colors of #340555

#340555 #553405 #055534

Analogous Colors of #340555

#340555 #55054e #0c0555

Monochromatic Colors of #340555

#340555

Complementary Color

#340555 #265505

#340555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#340555 Color CSS Codes

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

#340555 Text Font Color

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

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


#340555 Background Color

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

This div background color is #340555


#340555 Border Color

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

This div border color is #340555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340555


Comments

No comments written yet.

Please login to write comment.