Color Hex Logo

#351670 Color Hex

#351670
(53,22,112)
0 Favorites   0 Comments

Color spaces of #351670

RGB 5322112
HSL0.720.670.26
HSV261°80°44°
CMYK 0.530.800.00   0.56
XYZ4.67972.500615.5652
Yxy2.50060.20570.1099
Hunter Lab15.813325.1511-47.2905
CIE-Lab17.921337.0455-46.0900

#351670 color RGB value is (53,22,112).

#351670 hex color red value is 53, green value is 22 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #351670 hue: 0.72 , saturation: 0.67 and the lightness value of 351670 is 0.26.

The process color (four color CMYK) of #351670 color hex is 0.53, 0.80, 0.00, 0.56. Web safe color of #351670 is #330066. Color #351670 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010110 01110000
Octal 65 26 160
Decimal 53 22 112
Hex 35 16 70

RGB Percentages of Color #351670

%28.34
%11.76
%59.89

CMYK Percentages of Color #351670

%53
%80
%0
%56

Triadic Colors of #351670

#351670 #703516 #167035

Analogous Colors of #351670

#351670 #621670 #162470

Monochromatic Colors of #351670

#351670

Complementary Color

#351670 #517016

#351670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351670 Color CSS Codes

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

#351670 Text Font Color

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

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


#351670 Background Color

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

This div background color is #351670


#351670 Border Color

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

This div border color is #351670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351670


Comments

No comments written yet.

Please login to write comment.