Color Hex Logo

#3427a3 Color Hex

#3427A3
(52,39,163)
0 Favorites   0 Comments

Color spaces of #3427a3

RGB 5239163
HSL0.680.610.40
HSV246°76°64°
CMYK 0.680.760.00   0.36
XYZ8.75264.825435.1204
Yxy4.82540.17970.0991
Hunter Lab21.966832.6809-79.4158
CIE-Lab26.231443.7570-64.3479

#3427a3 color RGB value is (52,39,163).

#3427a3 hex color red value is 52, green value is 39 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #3427a3 hue: 0.68 , saturation: 0.61 and the lightness value of 3427a3 is 0.40.

The process color (four color CMYK) of #3427a3 color hex is 0.68, 0.76, 0.00, 0.36. Web safe color of #3427a3 is #333399. Color #3427a3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00100111 10100011
Octal 64 47 243
Decimal 52 39 163
Hex 34 27 A3

RGB Percentages of Color #3427a3

%20.47
%15.35
%64.17

CMYK Percentages of Color #3427a3

%68
%76
%0
%36

Triadic Colors of #3427a3

#3427a3 #a33427 #27a334

Analogous Colors of #3427a3

#3427a3 #7227a3 #2758a3

Monochromatic Colors of #3427a3

#3427a3

Complementary Color

#3427a3 #96a327

#3427a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3427a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3427a3 Color CSS Codes

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

#3427a3 Text Font Color

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

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


#3427a3 Background Color

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

This div background color is #3427a3


#3427a3 Border Color

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

This div border color is #3427a3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,39,163, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3427a3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3427a3;
  -webkit-box-shadow: 1px 1px 3px 2px #3427a3;
  box-shadow:         1px 1px 3px 2px #3427a3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3427a3


Comments

No comments written yet.

Please login to write comment.