Color Hex Logo

#340363 Color Hex

#340363
(52,3,99)
0 Favorites   0 Comments

Color spaces of #340363

RGB 52399
HSL0.750.940.20
HSV271°97°39°
CMYK 0.470.970.00   0.61
XYZ3.70091.696011.9367
Yxy1.69600.21350.0978
Hunter Lab13.023127.9359-45.2280
CIE-Lab13.803541.0069-44.3352

#340363 color RGB value is (52,3,99).

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

The process color (four color CMYK) of #340363 color hex is 0.47, 0.97, 0.00, 0.61. Web safe color of #340363 is #330066. Color #340363 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00000011 01100011
Octal 64 3 143
Decimal 52 3 99
Hex 34 3 63

RGB Percentages of Color #340363

%33.77
%1.95
%64.29

CMYK Percentages of Color #340363

%47
%97
%0
%61

Triadic Colors of #340363

#340363 #633403 #036334

Analogous Colors of #340363

#340363 #630362 #040363

Monochromatic Colors of #340363

#340363

Complementary Color

#340363 #326303

#340363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#340363 Color CSS Codes

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

#340363 Text Font Color

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

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


#340363 Background Color

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

This div background color is #340363


#340363 Border Color

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

This div border color is #340363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340363


Comments

No comments written yet.

Please login to write comment.