Color Hex Logo

#341047 Color Hex

#341047
(52,16,71)
0 Favorites   0 Comments

Color spaces of #341047

RGB 521671
HSL0.780.630.17
HSV279°77°28°
CMYK 0.270.770.00   0.72
XYZ2.73881.55566.1171
Yxy1.55560.26310.1494
Hunter Lab12.472417.3701-20.3482
CIE-Lab12.957228.4731-26.6731

#341047 color RGB value is (52,16,71).

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

The process color (four color CMYK) of #341047 color hex is 0.27, 0.77, 0.00, 0.72. Web safe color of #341047 is #330033. Color #341047 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00010000 01000111
Octal 64 20 107
Decimal 52 16 71
Hex 34 10 47

RGB Percentages of Color #341047

%37.41
%11.51
%51.08

CMYK Percentages of Color #341047

%27
%77
%0
%72

Triadic Colors of #341047

#341047 #473410 #104734

Analogous Colors of #341047

#341047 #47103f #191047

Monochromatic Colors of #341047

#341047

Complementary Color

#341047 #234710

#341047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#341047 Color CSS Codes

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

#341047 Text Font Color

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

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


#341047 Background Color

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

This div background color is #341047


#341047 Border Color

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

This div border color is #341047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341047


Comments

No comments written yet.

Please login to write comment.