Color Hex Logo

#341948 Color Hex

#341948
(52,25,72)
0 Favorites   0 Comments

Color spaces of #341948

RGB 522572
HSL0.760.480.19
HSV274°65°28°
CMYK 0.280.650.00   0.72
XYZ2.93351.89326.3417
Yxy1.89320.26270.1695
Hunter Lab13.759413.9774-17.6953
CIE-Lab14.916523.5777-24.2213

#341948 color RGB value is (52,25,72).

#341948 hex color red value is 52, green value is 25 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #341948 hue: 0.76 , saturation: 0.48 and the lightness value of 341948 is 0.19.

The process color (four color CMYK) of #341948 color hex is 0.28, 0.65, 0.00, 0.72. Web safe color of #341948 is #330033. Color #341948 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011001 01001000
Octal 64 31 110
Decimal 52 25 72
Hex 34 19 48

RGB Percentages of Color #341948

%34.90
%16.78
%48.32

CMYK Percentages of Color #341948

%28
%65
%0
%72

Triadic Colors of #341948

#341948 #483419 #194834

Analogous Colors of #341948

#341948 #481945 #1c1948

Monochromatic Colors of #341948

#341948

Complementary Color

#341948 #2d4819

#341948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#341948 Color CSS Codes

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

#341948 Text Font Color

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

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


#341948 Background Color

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

This div background color is #341948


#341948 Border Color

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

This div border color is #341948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341948

#341948 Color Palettes


Comments

No comments written yet.

Please login to write comment.