Color Hex Logo

#341080 Color Hex

#341080
(52,16,128)
0 Favorites   0 Comments

Color spaces of #341080

RGB 5216128
HSL0.720.780.28
HSV259°88°50°
CMYK 0.590.880.00   0.50
XYZ5.49772.659220.6456
Yxy2.65920.19090.0923
Hunter Lab16.307131.6415-63.6494
CIE-Lab18.623844.1272-55.2035

#341080 color RGB value is (52,16,128).

#341080 hex color red value is 52, green value is 16 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #341080 hue: 0.72 , saturation: 0.78 and the lightness value of 341080 is 0.28.

The process color (four color CMYK) of #341080 color hex is 0.59, 0.88, 0.00, 0.50. Web safe color of #341080 is #330099. Color #341080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00010000 10000000
Octal 64 20 200
Decimal 52 16 128
Hex 34 10 80

RGB Percentages of Color #341080

%26.53
%8.16
%65.31

CMYK Percentages of Color #341080

%59
%88
%0
%50

Triadic Colors of #341080

#341080 #803410 #108034

Analogous Colors of #341080

#341080 #6c1080 #102480

Monochromatic Colors of #341080

#341080

Complementary Color

#341080 #5c8010

#341080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#341080 Color CSS Codes

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

#341080 Text Font Color

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

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


#341080 Background Color

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

This div background color is #341080


#341080 Border Color

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

This div border color is #341080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341080


Comments

No comments written yet.

Please login to write comment.