Color Hex Logo

#350946 Color Hex

#350946
(53,9,70)
0 Favorites   0 Comments

Color spaces of #350946

RGB 53970
HSL0.790.770.15
HSV283°87°27°
CMYK 0.240.870.00   0.73
XYZ2.67141.39455.9227
Yxy1.39450.26740.1396
Hunter Lab11.808919.7146-21.4704
CIE-Lab11.921031.6719-27.6395

#350946 color RGB value is (53,9,70).

#350946 hex color red value is 53, green value is 9 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #350946 hue: 0.79 , saturation: 0.77 and the lightness value of 350946 is 0.15.

The process color (four color CMYK) of #350946 color hex is 0.24, 0.87, 0.00, 0.73. Web safe color of #350946 is #330033. Color #350946 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001001 01000110
Octal 65 11 106
Decimal 53 9 70
Hex 35 9 46

RGB Percentages of Color #350946

%40.15
%6.82
%53.03

CMYK Percentages of Color #350946

%24
%87
%0
%73

Triadic Colors of #350946

#350946 #463509 #094635

Analogous Colors of #350946

#350946 #460939 #160946

Monochromatic Colors of #350946

#350946

Complementary Color

#350946 #1a4609

#350946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350946 Color CSS Codes

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

#350946 Text Font Color

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

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


#350946 Background Color

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

This div background color is #350946


#350946 Border Color

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

This div border color is #350946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350946


Comments

No comments written yet.

Please login to write comment.