Color Hex Logo

#350064 Color Hex

#350064
(53,0,100)
0 Favorites   0 Comments

Color spaces of #350064

RGB 530100
HSL0.761.000.20
HSV272°100°39°
CMYK 0.471.000.00   0.61
XYZ3.76841.677012.1817
Yxy1.67700.21380.0951
Hunter Lab12.949929.2809-46.7079
CIE-Lab13.691742.5125-45.1782

#350064 color RGB value is (53,0,100).

#350064 hex color red value is 53, green value is 0 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #350064 hue: 0.76 , saturation: 1.00 and the lightness value of 350064 is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000000 01100100
Octal 65 0 144
Decimal 53 0 100
Hex 35 0 64

RGB Percentages of Color #350064

%34.64
%0.00
%65.36

CMYK Percentages of Color #350064

%47
%100
%0
%61

Triadic Colors of #350064

#350064 #643500 #006435

Analogous Colors of #350064

#350064 #640061 #030064

Monochromatic Colors of #350064

#350064

Complementary Color

#350064 #2f6400

#350064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350064 Color CSS Codes

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

#350064 Text Font Color

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

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


#350064 Background Color

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

This div background color is #350064


#350064 Border Color

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

This div border color is #350064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350064


Comments

No comments written yet.

Please login to write comment.