Color Hex Logo

#352059 Color Hex

#352059
(53,32,89)
0 Favorites   0 Comments

Color spaces of #352059

RGB 533289
HSL0.730.470.24
HSV262°64°35°
CMYK 0.400.640.00   0.65
XYZ3.78792.51129.7363
Yxy2.51120.23620.1566
Hunter Lab15.846814.9355-25.3352
CIE-Lab17.969224.3689-30.8675

#352059 color RGB value is (53,32,89).

#352059 hex color red value is 53, green value is 32 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #352059 hue: 0.73 , saturation: 0.47 and the lightness value of 352059 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100000 01011001
Octal 65 40 131
Decimal 53 32 89
Hex 35 20 59

RGB Percentages of Color #352059

%30.46
%18.39
%51.15

CMYK Percentages of Color #352059

%40
%64
%0
%65

Triadic Colors of #352059

#352059 #593520 #205935

Analogous Colors of #352059

#352059 #522059 #202759

Monochromatic Colors of #352059

#352059

Complementary Color

#352059 #445920

#352059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352059 Color CSS Codes

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

#352059 Text Font Color

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

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


#352059 Background Color

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

This div background color is #352059


#352059 Border Color

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

This div border color is #352059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352059


Comments

No comments written yet.

Please login to write comment.