Color Hex Logo

#341caa Color Hex

#341CAA
(52,28,170)
0 Favorites   0 Comments

Color spaces of #341caa

RGB 5228170
HSL0.690.720.39
HSV250°84°67°
CMYK 0.690.840.00   0.33
XYZ9.08714.462938.4127
Yxy4.46290.17490.0859
Hunter Lab21.125639.8115-93.0193
CIE-Lab25.146351.2749-70.3775

#341caa color RGB value is (52,28,170).

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

The process color (four color CMYK) of #341caa color hex is 0.69, 0.84, 0.00, 0.33. Web safe color of #341caa is #333399. Color #341caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011100 10101010
Octal 64 34 252
Decimal 52 28 170
Hex 34 1C AA

RGB Percentages of Color #341caa

%20.80
%11.20
%68.00

CMYK Percentages of Color #341caa

%69
%84
%0
%33

Triadic Colors of #341caa

#341caa #aa341c #1caa34

Analogous Colors of #341caa

#341caa #7b1caa #1c4baa

Monochromatic Colors of #341caa

#341caa

Complementary Color

#341caa #92aa1c

#341caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#341caa Color CSS Codes

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

#341caa Text Font Color

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

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


#341caa Background Color

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

This div background color is #341caa


#341caa Border Color

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

This div border color is #341caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341caa


Comments

No comments written yet.

Please login to write comment.