Color Hex Logo

#35064f Color Hex

#35064F
(53,6,79)
0 Favorites   0 Comments

Color spaces of #35064f

RGB 53679
HSL0.770.860.17
HSV279°92°31°
CMYK 0.330.920.00   0.69
XYZ2.94461.45167.5221
Yxy1.45160.24710.1218
Hunter Lab12.048222.5411-28.5829
CIE-Lab12.297035.0662-33.2768

#35064f color RGB value is (53,6,79).

#35064f hex color red value is 53, green value is 6 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #35064f hue: 0.77 , saturation: 0.86 and the lightness value of 35064f is 0.17.

The process color (four color CMYK) of #35064f color hex is 0.33, 0.92, 0.00, 0.69. Web safe color of #35064f is #330066. Color #35064f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000110 01001111
Octal 65 6 117
Decimal 53 6 79
Hex 35 6 4F

RGB Percentages of Color #35064f

%38.41
%4.35
%57.25

CMYK Percentages of Color #35064f

%33
%92
%0
%69

Triadic Colors of #35064f

#35064f #4f3506 #064f35

Analogous Colors of #35064f

#35064f #4f0645 #11064f

Monochromatic Colors of #35064f

#35064f

Complementary Color

#35064f #204f06

#35064f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35064f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35064f Color CSS Codes

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

#35064f Text Font Color

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

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


#35064f Background Color

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

This div background color is #35064f


#35064f Border Color

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

This div border color is #35064f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35064f


Comments

No comments written yet.

Please login to write comment.