Color Hex Logo

#340263 Color Hex

#340263
(52,2,99)
0 Favorites   0 Comments

Color spaces of #340263

RGB 52299
HSL0.750.960.20
HSV271°98°39°
CMYK 0.470.980.00   0.61
XYZ3.69001.674311.9331
Yxy1.67430.21330.0968
Hunter Lab12.939528.2595-45.6211
CIE-Lab13.675841.3906-44.5457

#340263 color RGB value is (52,2,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00000010 01100011
Octal 64 2 143
Decimal 52 2 99
Hex 34 2 63

RGB Percentages of Color #340263

%33.99
%1.31
%64.71

CMYK Percentages of Color #340263

%47
%98
%0
%61

Triadic Colors of #340263

#340263 #633402 #026334

Analogous Colors of #340263

#340263 #630262 #040263

Monochromatic Colors of #340263

#340263

Complementary Color

#340263 #316302

#340263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#340263 Color CSS Codes

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

#340263 Text Font Color

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

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


#340263 Background Color

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

This div background color is #340263


#340263 Border Color

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

This div border color is #340263


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,2,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 #340263">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340263


Comments

No comments written yet.

Please login to write comment.