Color Hex Logo

#34219a Color Hex

#34219A
(52,33,154)
0 Favorites   0 Comments

Color spaces of #34219a

RGB 5233154
HSL0.690.650.37
HSV249°79°60°
CMYK 0.660.790.00   0.40
XYZ7.79284.150930.9623
Yxy4.15090.18160.0967
Hunter Lab20.373832.6208-75.8423
CIE-Lab24.164244.0929-62.2702

#34219a color RGB value is (52,33,154).

#34219a hex color red value is 52, green value is 33 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #34219a hue: 0.69 , saturation: 0.65 and the lightness value of 34219a is 0.37.

The process color (four color CMYK) of #34219a color hex is 0.66, 0.79, 0.00, 0.40. Web safe color of #34219a is #333399. Color #34219a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00100001 10011010
Octal 64 41 232
Decimal 52 33 154
Hex 34 21 9A

RGB Percentages of Color #34219a

%21.76
%13.81
%64.44

CMYK Percentages of Color #34219a

%66
%79
%0
%40

Triadic Colors of #34219a

#34219a #9a3421 #219a34

Analogous Colors of #34219a

#34219a #71219a #214b9a

Monochromatic Colors of #34219a

#34219a

Complementary Color

#34219a #879a21

#34219a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34219a Color Preview on White Background

Lorem ipsum dolor sit amet.

#34219a Color CSS Codes

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

#34219a Text Font Color

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

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


#34219a Background Color

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

This div background color is #34219a


#34219a Border Color

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

This div border color is #34219a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,33,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34219a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34219a;
  -webkit-box-shadow: 1px 1px 3px 2px #34219a;
  box-shadow:         1px 1px 3px 2px #34219a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34219a


Comments

No comments written yet.

Please login to write comment.