Color Hex Logo

#353059 Color Hex

#353059
(53,48,89)
0 Favorites   0 Comments

Color spaces of #353059

RGB 534889
HSL0.690.300.27
HSV247°46°35°
CMYK 0.400.460.00   0.65
XYZ4.32833.59219.9164
Yxy3.59210.24270.2014
Hunter Lab18.95287.5970-17.7544
CIE-Lab22.274313.5758-23.9930

#353059 color RGB value is (53,48,89).

#353059 hex color red value is 53, green value is 48 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #353059 hue: 0.69 , saturation: 0.30 and the lightness value of 353059 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110000 01011001
Octal 65 60 131
Decimal 53 48 89
Hex 35 30 59

RGB Percentages of Color #353059

%27.89
%25.26
%46.84

CMYK Percentages of Color #353059

%40
%46
%0
%65

Triadic Colors of #353059

#353059 #593530 #305935

Analogous Colors of #353059

#353059 #4a3059 #304059

Monochromatic Colors of #353059

#353059

Complementary Color

#353059 #545930

#353059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353059 Color CSS Codes

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

#353059 Text Font Color

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

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


#353059 Background Color

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

This div background color is #353059


#353059 Border Color

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

This div border color is #353059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353059


Comments

No comments written yet.

Please login to write comment.