Color Hex Logo

#341eab Color Hex

#341EAB
(52,30,171)
0 Favorites   0 Comments

Color spaces of #341eab

RGB 5230171
HSL0.690.700.39
HSV249°82°67°
CMYK 0.700.820.00   0.33
XYZ9.23114.598938.9292
Yxy4.59890.17500.0872
Hunter Lab21.445039.3072-92.6176
CIE-Lab25.560050.6928-70.2947

#341eab color RGB value is (52,30,171).

#341eab hex color red value is 52, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #341eab hue: 0.69 , saturation: 0.70 and the lightness value of 341eab is 0.39.

The process color (four color CMYK) of #341eab color hex is 0.70, 0.82, 0.00, 0.33. Web safe color of #341eab is #333399. Color #341eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011110 10101011
Octal 64 36 253
Decimal 52 30 171
Hex 34 1E AB

RGB Percentages of Color #341eab

%20.55
%11.86
%67.59

CMYK Percentages of Color #341eab

%70
%82
%0
%33

Triadic Colors of #341eab

#341eab #ab341e #1eab34

Analogous Colors of #341eab

#341eab #7b1eab #1e4eab

Monochromatic Colors of #341eab

#341eab

Complementary Color

#341eab #95ab1e

#341eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#341eab Color CSS Codes

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

#341eab Text Font Color

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

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


#341eab Background Color

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

This div background color is #341eab


#341eab Border Color

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

This div border color is #341eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,30,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #341eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #341eab;
  -webkit-box-shadow: 1px 1px 3px 2px #341eab;
  box-shadow:         1px 1px 3px 2px #341eab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341eab


Comments

No comments written yet.

Please login to write comment.