Color Hex Logo

#341269 Color Hex

#341269
(52,18,105)
0 Favorites   0 Comments

Color spaces of #341269

RGB 5218105
HSL0.730.710.24
HSV263°83°41°
CMYK 0.500.830.00   0.59
XYZ4.18232.182613.5655
Yxy2.18260.20980.1095
Hunter Lab14.773624.6781-44.1000
CIE-Lab16.417736.7891-43.9973

#341269 color RGB value is (52,18,105).

#341269 hex color red value is 52, green value is 18 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #341269 hue: 0.73 , saturation: 0.71 and the lightness value of 341269 is 0.24.

The process color (four color CMYK) of #341269 color hex is 0.50, 0.83, 0.00, 0.59. Web safe color of #341269 is #330066. Color #341269 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00010010 01101001
Octal 64 22 151
Decimal 52 18 105
Hex 34 12 69

RGB Percentages of Color #341269

%29.71
%10.29
%60.00

CMYK Percentages of Color #341269

%50
%83
%0
%59

Triadic Colors of #341269

#341269 #693412 #126934

Analogous Colors of #341269

#341269 #601269 #121c69

Monochromatic Colors of #341269

#341269

Complementary Color

#341269 #476912

#341269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#341269 Color CSS Codes

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

#341269 Text Font Color

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

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


#341269 Background Color

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

This div background color is #341269


#341269 Border Color

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

This div border color is #341269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341269


Comments

No comments written yet.

Please login to write comment.