Color Hex Logo

#341471 Color Hex

#341471
(52,20,113)
0 Favorites   0 Comments

Color spaces of #341471

RGB 5220113
HSL0.720.700.26
HSV261°82°44°
CMYK 0.540.820.00   0.56
XYZ4.64702.422615.8455
Yxy2.42260.20280.1057
Hunter Lab15.564726.0548-49.4643
CIE-Lab17.564938.1540-47.3286

#341471 color RGB value is (52,20,113).

#341471 hex color red value is 52, green value is 20 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #341471 hue: 0.72 , saturation: 0.70 and the lightness value of 341471 is 0.26.

The process color (four color CMYK) of #341471 color hex is 0.54, 0.82, 0.00, 0.56. Web safe color of #341471 is #330066. Color #341471 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00010100 01110001
Octal 64 24 161
Decimal 52 20 113
Hex 34 14 71

RGB Percentages of Color #341471

%28.11
%10.81
%61.08

CMYK Percentages of Color #341471

%54
%82
%0
%56

Triadic Colors of #341471

#341471 #713414 #147134

Analogous Colors of #341471

#341471 #631471 #142271

Monochromatic Colors of #341471

#341471

Complementary Color

#341471 #517114

#341471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#341471 Color CSS Codes

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

#341471 Text Font Color

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

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


#341471 Background Color

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

This div background color is #341471


#341471 Border Color

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

This div border color is #341471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341471


Comments

No comments written yet.

Please login to write comment.