Color Hex Logo

#340041 Color Hex

#340041
(52,0,65)
0 Favorites   0 Comments

Color spaces of #340041

RGB 52065
HSL0.801.000.13
HSV288°100°25°
CMYK 0.201.000.00   0.75
XYZ2.37031.11175.0907
Yxy1.11170.27650.1297
Hunter Lab10.543721.6765-21.2457
CIE-Lab9.889334.4884-27.4136

#340041 color RGB value is (52,0,65).

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

The process color (four color CMYK) of #340041 color hex is 0.20, 1.00, 0.00, 0.75. Web safe color of #340041 is #330033. Color #340041 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00000000 01000001
Octal 64 0 101
Decimal 52 0 65
Hex 34 0 41

RGB Percentages of Color #340041

%44.44
%0.00
%55.56

CMYK Percentages of Color #340041

%20
%100
%0
%75

Triadic Colors of #340041

#340041 #413400 #004134

Analogous Colors of #340041

#340041 #41002e #140041

Monochromatic Colors of #340041

#340041

Complementary Color

#340041 #0d4100

#340041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#340041 Color CSS Codes

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

#340041 Text Font Color

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

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


#340041 Background Color

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

This div background color is #340041


#340041 Border Color

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

This div border color is #340041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340041


Comments

No comments written yet.

Please login to write comment.