Color Hex Logo

#350859 Color Hex

#350859
(53,8,89)
0 Favorites   0 Comments

Color spaces of #350859

RGB 53889
HSL0.760.840.19
HSV273°91°35°
CMYK 0.400.910.00   0.65
XYZ3.35821.65189.5930
Yxy1.65180.23000.1131
Hunter Lab12.852224.1494-35.2579
CIE-Lab13.542336.7315-38.0592

#350859 color RGB value is (53,8,89).

#350859 hex color red value is 53, green value is 8 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #350859 hue: 0.76 , saturation: 0.84 and the lightness value of 350859 is 0.19.

The process color (four color CMYK) of #350859 color hex is 0.40, 0.91, 0.00, 0.65. Web safe color of #350859 is #330066. Color #350859 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001000 01011001
Octal 65 10 131
Decimal 53 8 89
Hex 35 8 59

RGB Percentages of Color #350859

%35.33
%5.33
%59.33

CMYK Percentages of Color #350859

%40
%91
%0
%65

Triadic Colors of #350859

#350859 #593508 #085935

Analogous Colors of #350859

#350859 #590855 #0d0859

Monochromatic Colors of #350859

#350859

Complementary Color

#350859 #2c5908

#350859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350859 Color CSS Codes

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

#350859 Text Font Color

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

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


#350859 Background Color

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

This div background color is #350859


#350859 Border Color

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

This div border color is #350859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350859


Comments

No comments written yet.

Please login to write comment.