Color Hex Logo

#341988 Color Hex

#341988
(52,25,136)
0 Favorites   0 Comments

Color spaces of #341988

RGB 5225136
HSL0.710.690.32
HSV255°82°53°
CMYK 0.620.820.00   0.47
XYZ6.20773.202923.5836
Yxy3.20290.18810.0971
Hunter Lab17.896630.5961-65.6027
CIE-Lab20.838842.5693-56.5950

#341988 color RGB value is (52,25,136).

#341988 hex color red value is 52, green value is 25 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #341988 hue: 0.71 , saturation: 0.69 and the lightness value of 341988 is 0.32.

The process color (four color CMYK) of #341988 color hex is 0.62, 0.82, 0.00, 0.47. Web safe color of #341988 is #330099. Color #341988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011001 10001000
Octal 64 31 210
Decimal 52 25 136
Hex 34 19 88

RGB Percentages of Color #341988

%24.41
%11.74
%63.85

CMYK Percentages of Color #341988

%62
%82
%0
%47

Triadic Colors of #341988

#341988 #883419 #198834

Analogous Colors of #341988

#341988 #6c1988 #193588

Monochromatic Colors of #341988

#341988

Complementary Color

#341988 #6d8819

#341988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#341988 Color CSS Codes

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

#341988 Text Font Color

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

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


#341988 Background Color

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

This div background color is #341988


#341988 Border Color

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

This div border color is #341988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341988


Comments

No comments written yet.

Please login to write comment.