Color Hex Logo

#350640 Color Hex

#350640
(53,6,64)
0 Favorites   0 Comments

Color spaces of #350640

RGB 53664
HSL0.800.830.14
HSV289°91°25°
CMYK 0.170.910.00   0.75
XYZ2.45871.25734.9636
Yxy1.25730.28330.1449
Hunter Lab11.212919.5177-18.3967
CIE-Lab10.973531.6090-24.9395

#350640 color RGB value is (53,6,64).

#350640 hex color red value is 53, green value is 6 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #350640 hue: 0.80 , saturation: 0.83 and the lightness value of 350640 is 0.14.

The process color (four color CMYK) of #350640 color hex is 0.17, 0.91, 0.00, 0.75. Web safe color of #350640 is #330033. Color #350640 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000110 01000000
Octal 65 6 100
Decimal 53 6 64
Hex 35 6 40

RGB Percentages of Color #350640

%43.09
%4.88
%52.03

CMYK Percentages of Color #350640

%17
%91
%0
%75

Triadic Colors of #350640

#350640 #403506 #064035

Analogous Colors of #350640

#350640 #40062e #180640

Monochromatic Colors of #350640

#350640

Complementary Color

#350640 #114006

#350640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350640 Color CSS Codes

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

#350640 Text Font Color

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

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


#350640 Background Color

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

This div background color is #350640


#350640 Border Color

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

This div border color is #350640


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,6,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #350640; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #350640;
  -webkit-box-shadow: 1px 1px 3px 2px #350640;
  box-shadow:         1px 1px 3px 2px #350640; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350640

#350640 Color Palettes


Comments

No comments written yet.

Please login to write comment.