Color Hex Logo

#340462 Color Hex

#340462
(52,4,98)
0 Favorites   0 Comments

Color spaces of #340462

RGB 52498
HSL0.750.920.20
HSV271°96°38°
CMYK 0.470.960.00   0.62
XYZ3.66421.698711.6900
Yxy1.69870.21490.0996
Hunter Lab13.033427.3748-44.0553
CIE-Lab13.819340.3767-43.6439

#340462 color RGB value is (52,4,98).

#340462 hex color red value is 52, green value is 4 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #340462 hue: 0.75 , saturation: 0.92 and the lightness value of 340462 is 0.20.

The process color (four color CMYK) of #340462 color hex is 0.47, 0.96, 0.00, 0.62. Web safe color of #340462 is #330066. Color #340462 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00000100 01100010
Octal 64 4 142
Decimal 52 4 98
Hex 34 4 62

RGB Percentages of Color #340462

%33.77
%2.60
%63.64

CMYK Percentages of Color #340462

%47
%96
%0
%62

Triadic Colors of #340462

#340462 #623404 #046234

Analogous Colors of #340462

#340462 #620461 #050462

Monochromatic Colors of #340462

#340462

Complementary Color

#340462 #326204

#340462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#340462 Color CSS Codes

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

#340462 Text Font Color

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

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


#340462 Background Color

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

This div background color is #340462


#340462 Border Color

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

This div border color is #340462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340462


Comments

No comments written yet.

Please login to write comment.