Color Hex Logo

#352859 Color Hex

#352859
(53,40,89)
0 Favorites   0 Comments

Color spaces of #352859

RGB 534089
HSL0.710.380.25
HSV256°55°35°
CMYK 0.400.550.00   0.65
XYZ4.03022.99579.8170
Yxy2.99570.23930.1779
Hunter Lab17.308111.2747-21.5131
CIE-Lab20.026719.0670-27.5666

#352859 color RGB value is (53,40,89).

#352859 hex color red value is 53, green value is 40 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #352859 hue: 0.71 , saturation: 0.38 and the lightness value of 352859 is 0.25.

The process color (four color CMYK) of #352859 color hex is 0.40, 0.55, 0.00, 0.65. Web safe color of #352859 is #333366. Color #352859 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101000 01011001
Octal 65 50 131
Decimal 53 40 89
Hex 35 28 59

RGB Percentages of Color #352859

%29.12
%21.98
%48.90

CMYK Percentages of Color #352859

%40
%55
%0
%65

Triadic Colors of #352859

#352859 #593528 #285935

Analogous Colors of #352859

#352859 #4e2859 #283459

Monochromatic Colors of #352859

#352859

Complementary Color

#352859 #4c5928

#352859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352859 Color CSS Codes

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

#352859 Text Font Color

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

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


#352859 Background Color

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

This div background color is #352859


#352859 Border Color

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

This div border color is #352859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352859


Comments

No comments written yet.

Please login to write comment.