Color Hex Logo

#350120 Color Hex

#350120
(53,1,32)
0 Favorites   0 Comments

Color spaces of #350120

RGB 53132
HSL0.900.960.11
HSV324°98°21°
CMYK 0.000.980.40   0.79
XYZ1.73980.88291.4452
Yxy0.88290.42770.2170
Hunter Lab9.396316.6073-2.5417
CIE-Lab7.975228.4309-6.0171

#350120 color RGB value is (53,1,32).

#350120 hex color red value is 53, green value is 1 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #350120 hue: 0.90 , saturation: 0.96 and the lightness value of 350120 is 0.11.

The process color (four color CMYK) of #350120 color hex is 0.00, 0.98, 0.40, 0.79. Web safe color of #350120 is #330033. Color #350120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000001 00100000
Octal 65 1 40
Decimal 53 1 32
Hex 35 1 20

RGB Percentages of Color #350120

%61.63
%1.16
%37.21

CMYK Percentages of Color #350120

%0
%98
%40
%79

Triadic Colors of #350120

#350120 #203501 #012035

Analogous Colors of #350120

#350120 #350106 #300135

Monochromatic Colors of #350120

#350120

Complementary Color

#350120 #013516

#350120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350120 Color CSS Codes

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

#350120 Text Font Color

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

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


#350120 Background Color

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

This div background color is #350120


#350120 Border Color

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

This div border color is #350120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350120


Comments

No comments written yet.

Please login to write comment.